-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
46
47
{
"name": "lung",
"version": "1.0.0",
"description": "app",
"author": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cooking watch",
"dist": "cooking build -p"
},
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"cooking": "^1.5.0",
"cooking-postcss": "^0.3.0",
"cooking-vue2": "^0.3.1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.11.1",
"highlight.js": "^9.4.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"markdown": "^0.5.0",
"marked": "^0.3.6",
"node-sass": "^3.8.0",
"postcss": "^5.2.17",
"postcss-loader": "^1.3.3",
"postcss-salad": "^1.0.8",
"sass-loader": "^4.1.1",
"style-loader": "^0.16.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.8",
"vue-loader": "^10.0.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.4"
},
"dependencies": {
"vue": "^2.1.0",
"vue-router": "^2.1.1"
}
}