-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 831 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 831 Bytes
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
{
"name": "application-name",
"version": "0.0.1",
"dependencies": {
"director": "^1.2.8",
"vue": "^2.0.3",
"vue-router": "^2.1.1",
"zepto": "^1.0.1"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"director": "^1.2.8",
"extract-text-webpack-plugin": "^1.0.1",
"html-loader": "^0.4.3",
"jsx-loader": "^0.13.2",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"stylus-loader": "^2.1.0",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.5.2",
"webpack": "^1.13.1",
"stylus": "^0.54.5",
"vue-style-loader": "^1.0.0"
}
}