-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.91 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": "rc-dynamic",
"version": "1.0.0-0",
"description": "react component dynamic build and render",
"license": "MIT",
"private": false,
"scripts": {
"serve": "node bin/dev.js",
"build": "node bin/build.js",
"lint:script": "eslint . --fix",
"type": "tsc",
"release": "standard-version"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/css-modules": "^1.0.2",
"@types/react": "^17.0.26",
"@types/react-dom": "^17.0.9",
"@types/sortablejs": "^1.10.7",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-eslint": "^10.1.0",
"cz-conventional-changelog": "3.3.0",
"esbuild": "^0.13.3",
"esbuild-css-modules-plugin": "^2.0.9",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-flowtype": "^6.1.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.5.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.12.4",
"gzipme": "^1.0.0",
"jest": "^27.2.4",
"live-server": "^1.2.1",
"prettier": "^2.4.1",
"standard-version": "^9.3.1",
"typescript": "^4.4.3"
},
"dependencies": {
"classnames": "^2.3.1",
"echarts": "^5.2.1",
"immer": "^9.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-sortablejs": "^6.0.0",
"react-use": "^17.3.1",
"sortablejs": "^1.14.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}