-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 995 Bytes
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
{
"main": "./view/index.html",
"name": "koudai48shipinzhuaqu",
"version": "2.0.1",
"nodejs": true,
"window": {
"title": "口袋48视频回放查看及下载(v2.0.1)",
"position": "center",
"toolbar": true,
"frame": true,
"width": 1200,
"height": 600,
"fullscreen": false,
"show_in_taskbar": true
},
"scripts": {
"start": "webpack --config webpack.dev.js -w -d",
"build": "webpack --config webpack.pro.js"
},
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-react": "^6.23.0",
"happypack": "^3.0.3",
"node-sass": "^4.5.2",
"nodegrass": "^0.0.3",
"raw-loader": "^0.5.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router-dom": "^4.1.1",
"redux": "^3.6.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.0",
"uglify-js": "git://github.com/mishoo/UglifyJS2#harmony",
"webpack": "^2.4.1",
"webpack-uglify-parallel": "^0.1.3"
}
}