-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "simphony-remote-deps",
"version": "1.2.0",
"description": "SimPhoNy-remote nodejs dependencies",
"author": "Enthought",
"license": "BSD",
"repository": {
"type": "git",
"url": "https://github.com/simphony/simphony-remote.git"
},
"scripts": {
"watch": "webpack --config webpackfile.js --watch",
"build": "webpack --config webpackfile.js -p",
"watch-test": "webpack --config webpackfile-test.js --watch",
"build-test": "webpack --config webpackfile-test.js -p"
},
"dependencies": {
"admin-lte": "~2.3.11",
"clipboard": "~1.6.1",
"configurable-http-proxy": "~2.0.4",
"font-awesome": "~4.7.0",
"ionicons": "~3.0.0",
"lodash": "~4.17.4",
"url-parse": "^1.4.7",
"vue": "~2.3.3",
"vue-form": "~4.1.0",
"vue-router": "~2.5.3"
},
"devDependencies": {
"babel-core": "~6.24.1",
"babel-loader": "~7.0.0",
"babel-preset-env": "~1.4.0",
"babel-preset-es2015": "~6.24.1",
"blanket": "~1.2.3",
"css-loader": "~0.28.4",
"eslint": "~3.19.0",
"eslint-plugin-vue": "~2.0.1",
"extract-text-webpack-plugin": "~2.1.0",
"file-loader": "~0.11.2",
"node-qunit-phantomjs": "*",
"style-loader": "~0.18.2",
"vue-loader": "~12.0.4",
"vue-template-compiler": "~2.3.3",
"webpack": "2.5.1"
}
}