-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "thalloo",
"version": "1.0.0",
"description": "The Thalloo static mapping framework",
"main": "index.js",
"author": "Andrew Martin <[email protected]>",
"license": "MIT",
"scripts": {
"build:dev": "TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack --display-error-details --watch",
"build:prod": "TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack -p"
},
"devDependencies": {
"@types/d3": "^5.0.0",
"@types/jquery": "^3.3.1",
"@types/knockout": "^3.4.53",
"@types/node": "^9.6.6",
"@types/nouislider": "^9.0.4",
"@types/topojson": "^3.2.1",
"@types/turf": "^3.5.32",
"@types/underscore": "^1.8.8",
"@types/webpack": "^4.1.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.11",
"d3": "^5.1.0",
"es6-promise": "^4.2.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"jquery": "^3.3.1",
"knockout": "^3.4.2",
"node-sass": "^9.0.0",
"nouislider": "^11.1.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"sass-loader": "^7.0.1",
"skeleton-css": "^2.0.4",
"topojson": "^3.0.2",
"ts-loader": "^4.2.0",
"ts-node": "^6.0.0",
"tsconfig-paths": "^3.3.1",
"tslib": "^1.9.0",
"turf": "^3.0.14",
"typescript": "^2.8.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"underscore": "^1.9.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
}
}