-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.84 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "corki-ui-web",
"version": "1.4.6",
"private": true,
"main": "index.js",
"dependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"@popperjs/core": "^2.4.4",
"antd": "^3.26.0",
"antd-dayjs-webpack-plugin": "^0.0.5",
"axios": "^0.19.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0",
"babel-plugin-import": "^1.9.1",
"babel-plugin-react-css-modules": "^5.2.6",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^2.6.9",
"corki-ui": "^1.9.22",
"cross-env": "^6.0.3",
"cross-fetch": "^3.0.4",
"css-loader": "^3.2.0",
"dayjs": "^1.8.15",
"eslint": "^6.7.2",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^5.0.2",
"history": "^4.7.2",
"html-webpack-plugin": "^3.2.0",
"install": "^0.12.2",
"is-promise": "^2.1.0",
"less": "^3.8.1",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"mobx": "^5.13.1",
"mobx-react": "^6.1.4",
"mockjs": "^1.1.0",
"npm": "^6.10.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.12.1",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-markdown": "^4.2.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.0.0",
"react-syntax-highlighter": "^12.2.1",
"speed-measure-webpack-plugin": "^1.3.1",
"stylelint": "^12.0.0",
"stylelint-config-standard": "^18.3.0",
"terser-webpack-plugin": "^2.2.1",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.4.1"
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config script/webpack.dev.js",
"build": "cross-env NODE_ENV=production webpack --config script/webpack.prod.js",
"watch": "webpack --watch --config script/webpack.dev.js",
"script-name": "babel-node script.js",
"lint:jsx": "eslint --ext .jsx src && eslint --ext .js src",
"lint:css": "stylelint --aei .less .css src"
}
}