-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "pic-on-qiniu",
"version": "1.6.0",
"description": "七牛图床",
"main": "entry.jsx",
"scripts": {
"dev": "webpack --watch --progress --color",
"build": "NODE_ENV=production webpack && zip -r chrome.zip chrome"
},
"author": "CJ Ting <[email protected]>",
"license": "ISC",
"dependencies": {
"axios": "^0.15.3",
"babel-core": "6.10.x",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"classnames": "2.2.3",
"clipboard": "1.5.9",
"crc-32": "0.4.0",
"crypto-js": "^3.1.9-1",
"css-loader": "0.23.1",
"dropzone": "4.3.0",
"file-loader": "0.8.5",
"jquery": "^3.1.1",
"json-loader": "0.5.4",
"normalize.css": "^5.0.0",
"qs": "^6.3.0",
"react": "0.14.7",
"react-dom": "0.14.7",
"react-dropzone": "3.3.2",
"style-loader": "0.13.0",
"stylus-loader": "1.5.1",
"sweetalert": "1.1.3",
"toastr": "^2.1.2",
"url-loader": "0.5.7",
"webpack": "1.12.14",
"webpack-dev-server": "1.14.1"
}
}