-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.49 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
{
"name": "qq",
"version": "0.1.0",
"private": true,
"homepage": "/",
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.32",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"antd": "^4.20.2",
"antd-dayjs-webpack-plugin": "^1.0.6",
"axios": "^0.21.4",
"docxtemplater": "^3.31.2",
"file-saver": "^2.0.5",
"i18next": "^21.7.1",
"i18next-browser-languagedetector": "^6.1.4",
"lodash": "^4.17.21",
"pizzip": "^3.1.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-i18next": "^11.16.9",
"react-router-dom": "^5.3.1",
"react-scripts": "^4.0.3",
"sass": "^1.51.0",
"typescript": "^4.6.4",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5"
},
"scripts": {
"start": "cross-env GIT_VERSION=\"git rev-parse --short HEAD\" craco start",
"build": "cross-env GIT_VERSION=\"git rev-parse --short HEAD\" craco build",
"analyze": "cross-env ANALYZED=true craco build",
"lint": "./node_modules/.bin/eslint --fix --ext .tsx src",
"sitemap": "NODE_ENV=development BABEL_ENV=$NODE_ENV npx babel-node --no-babelrc scripts/sitemap-builder.mjs --presets=@babel/preset-env",
"test": "craco test",
"eject": "craco eject"
},
"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"
]
},
"husky": {
"hooks": {
"pre-push": "npm run lint"
}
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.17.9",
"@craco/craco": "6.4.0",
"@types/lodash": "^4.14.182",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"babel-plugin-import": "^1.13.5",
"copy-webpack-plugin": "^6.4.1",
"craco-less": "1.20.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"file-loader": "^6.2.0",
"husky": "^7.0.4",
"less-loader": "^4.1.0",
"prettier": "^2.2.1",
"react-router-sitemap": "^1.2.0",
"svg-sprite-loader": "^6.0.11",
"webpack-bundle-analyzer": "^4.5.0"
}
}