-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
81 lines (81 loc) · 2.45 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
{
"name": "react-nojsja",
"description": "react public components of mine.",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/nojsja/react-nojsja.git"
},
"author": {
"name": "nojsja",
"email": "[email protected]"
},
"scripts": {
"start": "npm run start-dll && cross-env NODE_ENV=development webpack serve",
"start-dll": "cross-env NODE_ENV=development webpack --config webpack.dll.config.js",
"dist": "npm run start-dll && cross-env NODE_ENV=production webpack --config webpack.prod.config.js"
},
"keywords": [
"electron",
"react",
"mobx",
"react-router",
"webpack4"
],
"dependencies": {
"@ant-design/icons": "^4.0.2",
"antd": "^4.6.3",
"axios": "^0.19.2",
"editable-tree-antd": "^1.0.9",
"history": "^4.7.2",
"mobx": "^4.4.1",
"mobx-react": "^5.2.8",
"prop-types": "^15.6.2",
"qs": "^6.9.3",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-hot-loader": "^4.13.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"yaml": "^1.10.0"
},
"devDependencies": {
"@babel/core": "^7.12.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-function-sent": "^7.12.1",
"@babel/plugin-proposal-numeric-separator": "^7.12.7",
"@babel/plugin-proposal-throw-expressions": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/preset-stage-2": "^7.8.3",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^0.1.19",
"concurrently": "^3.6.1",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"event-stream": "^4.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^3.11.3",
"less-loader": "^6.1.3",
"source-map-support": "^0.5.9",
"style-loader": "^0.21.0",
"url-loader": "^1.1.2",
"ts-loader": "^8.2.0",
"typescript": "^4.4.3",
"webpack": "^4.19.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
}
}