-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.39 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.39 KB
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
{
"name": "cion",
"version": "1.1.2",
"description": "Web application for cion",
"main": "src/web/app.py",
"scripts": {
"pack": "webpack --progress --display-error-details --bail",
"watch": "webpack --watch",
"clean": "rimraf lib",
"prebuild": "rimraf lib",
"build": "cross-env NODE_ENV=production webpack --progress --display-error-details --bail",
"test": "babel-node --presets node6 tests/run.js"
},
"repository": "https://github.com/cionkubes/cion-web.git",
"author": "Erlend <erlentob@stud.ntnu.no>, Harald <haraldfw@stud.ntnu.no>",
"license": "GPL-3.0",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-node6": "^11.0.0",
"circular-dependency-plugin": "^4.2.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^3.0.4",
"jasmine": "^3.1.0",
"node-sass": "^4.5.3",
"npm-run-all": "^4.1.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"webpack": "^3.3.0",
"webpack-bundle-analyzer": "^2.8.3",
"webpack-clean-obsolete-chunks": "^0.3.0"
},
"dependencies": {
"milligram": "^1.3.0",
"mithril": "^1.1.3",
"queueing-subject": "^0.2.0",
"rxjs-es": "^5.0.0-beta.12"
}
}