-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.57 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
48
49
50
51
52
53
54
55
{
"name": "set2.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack -p",
"dist": "cross-env NODE_ENV=production webpack -p",
"webpack": "webpack",
"dev": "webpack-dev-server --historyApiFallback --port 3222",
"test": "webpack-dev-server --inline --historyApiFallback --colors --port 3111"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IceInTheFire/vueTest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IceInTheFire/vueTest/issues"
},
"homepage": "https://github.com/IceInTheFire/vueTest#readme",
"dependencies": {
"express": "^4.16.2",
"is": "^3.2.1",
"normalize.css": "^7.0.0",
"vue": "^2.3.4",
"vue-awesome-swiper": "^2.5.0",
"vue-lazyload": "^1.0.5",
"vue-router": "^2.6.0",
"vue-viewload": "^1.0.15",
"vuex": "^2.3.1"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"connect-history-api-fallback": "^1.5.0",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.29.0",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"vue-loader": "^12.2.1",
"vue-template-compiler": "^2.3.4",
"webpack": "2.6.1",
"webpack-dev-server": "2.5.0"
}
}