-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
49
50
51
52
{
"name": "uncert",
"version": "1.0.0",
"scripts": {
"build": "rimraf dist && webpack --bail --progress --profile",
"server": "webpack-dev-server --history-api-fallback --inline --progress",
"start": "npm run server"
},
"repository": {
"type": "git",
"url": "https://github.com/NLeSC/UncertaintyVisualization.git"
},
"license": "Apache-2.0",
"dependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-sanitize": "^1.6.6",
"angular-toastr": "^2.1.1",
"angular-touch": "^1.6.6",
"colorbrewer": "^1.0.0",
"crossfilter2": "^1.4.3",
"dc": "^2.1.9",
"dialog-polyfill": "^0.4.9",
"grunt-contrib-imagemin": "^2.0.1",
"material-design-lite": "^1.3.0"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-angularjs-annotate": "^0.8.2",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.2.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"istanbul-instrumenter-loader": "^3.0.0",
"node-libs-browser": "^2.1.0",
"null-loader": "^0.1.1",
"postcss-loader": "^2.0.8",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
},
"engines": {
"node": ">=0.10.0",
"yarn": ">= 1.0.0"
}
}