-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "anitaku",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"server": "nodemon ./server/app.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/jest": "^29.1.2",
"express": "4.18.2",
"firebase": "^9.9.2",
"node": "18.10.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-spinners": "^0.13.4",
"react-youtube": "^9.0.3",
"sass": "^1.54.3",
"typescript": "^4.8.4"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/node": "^18.8.5",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.8",
"gh-pages": "^4.0.0",
"nodemon": "^2.0.20",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"uuid": "^9.0.0",
"vite": "^3.0.4"
}
}