-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.bak.json
117 lines (117 loc) · 3.74 KB
/
package.bak.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf dist",
"build:webpack": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.prod.js",
"build:dll": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.dll.js",
"build": "npm run clean && npm run build:webpack",
"dll": "cross-env NODE_ENV=development npm run clean && webpack --config ./config/webpack.config.dll.js",
"start": "cross-env NODE_ENV=development npm run dll && webpack-dev-server",
"watch": "cross-env NODE_ENV=development npm run dll && webpack --watch --progress",
"compass": "compass watch",
"eslint": "eslint --ext .js,.vue,.jsx src"
},
"author": "",
"license": "ISC",
"devDependencies": {
"add-asset-html-webpack-plugin": "^1.0.2",
"add-dom-event-listener": "^1.0.2",
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"bundle-loader": "^0.5.5",
"compass-mixins": "^0.12.10",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^4.0.0",
"css-loader": "^0.27.3",
"ejs-loader": "^0.3.0",
"ejs-render-loader": "^1.0.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.0",
"eslint-config-vue": "^2.0.2",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.7.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^2.0.1",
"extract-loader": "^0.1.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"glslify": "^6.0.2",
"glslify-fancy-imports": "^1.0.1",
"glslify-hex": "^2.1.1",
"glslify-loader": "^1.0.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-webpack-plugin": "^1.4.4",
"iscroll": "^5.2.0",
"less": "^2.7.2",
"less-loader": "^4.0.2",
"node-sass": "^4.5.3",
"postcss-easysprites": "^0.1.8",
"postcss-loader": "^1.3.3",
"postcss-plugin-px2rem": "^0.7.0",
"postcss-smart-import": "^0.6.10",
"postcss-sprites": "^4.2.0",
"precss": "^1.4.0",
"raf": "^3.4.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.14.1",
"stylelint": "^9.2.1",
"stylelint-config-standard": "18.2.0",
"stylelint-processor-html": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.8",
"vue-hot-reload-api": "^2.0.11",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.0.0",
"webpack-assets-manifest": "^0.6.2",
"webpack-dev-server": "^2.4.2",
"webpack-manifest-plugin": "^1.1.0"
},
"dependencies": {
"axios": "^0.16.0",
"bytebuffer": "^5.0.1",
"dom-align": "^1.7.0",
"enquire.js": "^2.1.6",
"jquery": "^3.2.1",
"keymirror": "^0.1.1",
"lodash": "^4.17.4",
"promise.prototype.finally": "^2.0.1",
"three": "^0.85.2",
"vue": "^2.5.16",
"vue-awesome-swiper": "^2.4.0",
"vue-axios": "^2.0.1",
"vue-router": "^2.3.1",
"vue-types": "^1.3.0",
"vuex": "^2.2.1",
"walk": "^2.3.9",
"webpack-zepto": "^0.0.1"
},
"glslify": {
"transform": [
"glslify-fancy-imports",
"glslify-hex"
]
}
}