-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.19 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
{
"name": "surveyme",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"ahooks": "^3.7.7",
"antd": "^5.8.2",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"i18next": "^23.2.3",
"immer": "^10.0.2",
"lodash": "^4.17.21",
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.1",
"react-redux": "^8.1.0",
"react-router-dom": "^6.11.1",
"react-scripts": "5.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"typescript": "*",
"web-vitals": "^2.1.0"
},
"scripts": {
"dev": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"lint": "eslint 'src/**/*.+(js|ts|jsx|tsx)'",
"prettier": "prettier --write 'src/**/*.+(js|ts|jsx|tsx)'",
"prepare": "husky install"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@craco/craco": "^7.1.0",
"@craco/types": "^7.1.0",
"@iconify/react": "^4.1.0",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"babel-plugin-named-exports-order": "^0.0.2",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"prettier": "^2.8.7",
"sass": "^1.63.6",
"tailwindcss": "^3.3.2"
}
}