-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "seikimo.moe",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build"
},
"dependencies": {
"@protobuf-ts/runtime": "^2.9.0",
"axios": "^1.4.0",
"highlight.js": "^11.8.0",
"react": "^18.2.0",
"react-apple-signin-auth": "^1.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.8.1",
"react-tooltip": "^5.20.0",
"react-turnstile": "^1.1.3",
"turnstile-types": "^1.2.1"
},
"devDependencies": {
"@types/node": "^16.18.8",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^4.0.1",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.15",
"postcss": "^8.4.31",
"postcss-font-magician": "^3.0.0",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.8",
"sass": "^1.58.3",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.4",
"vite": "^5.2.6",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^3.5.0"
}
}