-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
105 lines (105 loc) · 2.96 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "vite-concent-pro",
"version": "1.0.1",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint ./src --ext ts,tsx",
"lintfix": "eslint ./src --ext ts,tsx --fix",
"test": "jest",
"snap": "jest -u"
},
"dependencies": {
"@ant-design/compatible": "^1.0.8",
"@ant-design/icons": "^4.6.2",
"@antv/g2": "^4.1.18",
"@babel/core": "^7.13.10",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.0.6",
"antd": "4.12.0",
"axios": "^0.21.1",
"axios-jsonp": "^1.0.4",
"braft-editor": "^2.3.9",
"color": "^3.1.3",
"concent": "^2.15.13",
"concent-plugin-redux-devtool": "^2.0.8",
"concent-utils": "^1.2.6",
"cute-http": "^2.1.1",
"lodash": "^4.17.21",
"qs": "^6.10.0",
"query-string": "^7.0.0",
"react": "^16.13.1",
"react-color": "^2.19.3",
"react-dom": "^16.13.1",
"react-json-editor-ajrm": "^2.5.13",
"react-monaco-editor": "^0.43.0",
"react-router-concent": "^2.1.3",
"react-router-dom": "^5.2.0",
"styled-components": "^5.2.1",
"util": "^0.10.3"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@testing-library/jest-dom": "^4.2.4",
"@types/enzyme": "^3.10.8",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.168",
"@types/qs": "^6.9.6",
"@types/react": "^16.13.0",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vitejs/plugin-legacy": "^1.3.2",
"@vitejs/plugin-react-refresh": "^1.3.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.2",
"camelcase": "^6.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.22.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"i": "^0.3.6",
"jest": "^24.9.0",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-enzyme": "^7.1.2",
"jest-resolve": "^24.9.0",
"jest-watch-typeahead": "^0.4.2",
"less": "^4.1.1",
"mocker": "^0.1.2",
"mockjs": "^1.1.0",
"npm": "^7.6.3",
"react-app-polyfill": "^2.0.0",
"typescript": "^4.1.2",
"vite": "^2.2.4",
"vite-plugin-imp": "^2.0.4"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}