-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "nefa",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --max-warnings=0 src",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/user-event": "^13.5.0",
"autoprefixer": "^10.4.3",
"classnames": "^2.3.1",
"postcss": "^8.4.11",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-easy-emoji": "^1.6.1",
"react-icons": "^4.3.1",
"react-lottie-player": "^1.4.1",
"react-onclickout": "^2.0.8",
"react-responsive": "^9.0.0-beta.6",
"react-reveal": "^1.2.2",
"react-router-dom": "^6.2.2",
"react-svg": "^14.1.15",
"recharts": "^2.1.9",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^7.0.2",
"@vitejs/plugin-react": "^1.0.7",
"c8": "^7.11.0",
"eslint": "^8.11.0",
"eslint-config-react-app": "^7.0.0",
"happy-dom": "^2.49.0",
"vite": "^2.8.0",
"vitest": "^0.7.6"
}
}