-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.json
62 lines (62 loc) · 1.5 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": "website-fosscu",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"airtable": "^0.12.2",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"flowbite": "^1.8.1",
"flowbite-react": "^0.3.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-chrome-dino-ts": "^0.1.2",
"react-dom": "^18.3.1",
"react-dotenv": "^0.1.3",
"react-facebook-login": "^4.1.1",
"react-icons": "^5.2.1",
"react-lottie": "^1.2.4",
"react-router-dom": "^6.26.1",
"react-typed": "^1.2.0",
"vite-plugin-env-compatible": "^2.0.1",
"web-vitals": "^4.2.3"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vite test"
},
"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": {
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.11",
"vite": "^4.2.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.0.8"
}
}