-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.34 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
47
48
49
50
51
52
53
{
"name": "tsc",
"version": "1.0.0",
"author": "wts&&cc",
"description": "tsc平台",
"main": "main.js",
"keywords": [
"vue",
"webpack"
],
"repository": {
"type": "git",
"url": "https://github.com/wang-tsh/tsc.git"
},
"scripts": {
"dll": "webpack --progress --colors --config ./webpack-dll.config.js",
"build": "webpack --progress --colors --bail",
"start": "webpack-dev-server"
},
"license": "MIT",
"dependencies": {
"element-ui": "^1.3.4",
"font-awesome": "^4.7.0",
"jquery": "^1.12.4",
"velocity-animate": "^1.5.0"
},
"devDependencies": {
"axios": "^0.16.1",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bundle-loader": "^0.5.5",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"fs": "0.0.1-security",
"glob": "^7.1.1",
"html-webpack-plugin": "^2.28.0",
"html-withimg-loader": "^0.1.16",
"json-loader": "~0.5.4",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"vue": "^2.2.6",
"vue-loader": "^11.3.4",
"vue-router": "~2.4.0",
"vue-template-compiler": "^2.2.6",
"vuex": "^2.3.0",
"webpack": "~2.4.1",
"webpack-dev-server": "^2.4.2"
}
}