-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.77 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
54
55
56
57
58
59
60
61
62
{
"name": "avi",
"version": "0.0.0",
"description": "The easiest way to upload images, Compatible with numerous cloud storage.",
"main": "index.js",
"scripts": {
"dev": "poi",
"lint": "eslint . --ext .js,.jsx",
"build": "rm -rf dist/ && poi build && cp CNAME dist/",
"docs:deploy": "npm run build && cp -r .circleci dist/ && gh-pages -d dist",
"postversion": "npm run docs:deploy"
},
"keywords": [
"figure-bed",
"screenshots"
],
"author": "Army-U <wuchengkai0@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-eslint": "8.2.3",
"babel-plugin-import": "1.6.7",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-config-standard-react": "6.0.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-react": "7.9.1",
"eslint-plugin-standard": "3.1.0",
"gh-pages": "1.2.0",
"node-sass": "4.8.3",
"offline-plugin": "5.0.5",
"poi": "9.6.13",
"poi-preset-react": "9.2.1",
"rename-webpack-plugin": "1.0.1",
"sass-loader": "6.0.7"
},
"dependencies": {
"antd": "3.4.0",
"axios": "0.18.0",
"classnames": "2.2.6",
"clipboard-polyfill": "2.4.7",
"i18next": "11.3.2",
"i18next-browser-languagedetector": "2.2.0",
"i18next-xhr-backend": "1.5.1",
"js-cookie": "2.2.0",
"lodash": "4.17.10",
"mobx": "5.0.2",
"mobx-react": "5.2.3",
"normalize.css": "8.0.0",
"prop-types": "15.6.1",
"react": "16.4.0",
"react-custom-scrollbars": "4.2.1",
"react-dom": "16.4.0",
"react-i18next": "7.7.0",
"react-lazy-load": "3.0.13",
"react-router-dom": "4.2.2",
"register-service-worker": "1.4.0",
"sewing": "0.0.45",
"vue-localstorage2": "0.0.4"
}
}