-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.12 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
{
"name": "@acmucsd/acm-ai-site",
"version": "2.0.0",
"dependencies": {
"@types/aos": "^3.0.3",
"@types/chart.js": "^2.9.27",
"@types/papaparse": "^5.3.14",
"aos": "^3.0.0-beta.6",
"axios": "^1.7.5",
"chart.js": "^2.9.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"papaparse": "^5.4.1",
"path-browserify": "^1.0.1",
"postcss-loader": "^7.3.3",
"prettier": "^2.1.2",
"query-string": "^4.3.4",
"querystring-es3": "^0.2.1",
"react": "^16.13.1",
"react-app-rewired": "^2.1.6",
"react-countup": "^6.4.2",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"react-hook-form": "^5.7.2",
"react-icons": "^4.10.1",
"react-remark": "^2.1.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^5.0.0",
"request": "^2.88.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"eject": "react-scripts eject",
"prettier-check": "prettier --check src/**/*.ts src/**/*.tsx",
"prettier-write": "prettier --write src/**/*.ts src/**/*.tsx"
},
"engines": {
"npm": ">=9.8.1 <10.0.0"
},
"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"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.20.55",
"@types/react": "^16.14.62",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.3",
"antd": "^5.8.2",
"css-loader": "^6.8.1",
"customize-cra": "^1.0.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.7.6",
"react-app-rewired": "^2.2.1",
"react-intersection-observer": "^9.5.2",
"serve": "^14.2.0",
"style-loader": "^3.3.3",
"typescript": "^4.9.5"
}
}