-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "test",
"version": "1.0.0",
"description": "A vue project.",
"private": false,
"keywords": [],
"scripts": {
"dev": "cooking watch -p",
"build": "cooking build -p",
"deploy": "cooking build --no-color",
"test": "cooking test karma start --single-run"
},
"license": "MIT",
"dependencies": {
"vue": "^2.0.1",
"babel-polyfill": "*"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-0": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"cooking": "^1.0.0",
"cooking-autoprefixer": "*",
"cooking-less": "*",
"cooking-lint": "*",
"cooking-vue2": "*",
"css-loader": "^0.24.0",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "^0.9.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.9.0",
"json-loader": "^0.5.4",
"postcss": "^5.1.0",
"postcss-loader": "^0.11.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-template-compiler": "^2.5.2",
"webpack": "^2.1.0-beta",
"webpack-dev-server": "^2.1.0-beta"
}
}