-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
45
46
47
{
"name": "kikudle-moe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:solutions": "ts-node scripts/buildSolutions.ts",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@supabase/supabase-js": "^1.33.3",
"@tippyjs/react": "^4.2.6",
"@types/qs": "^6.9.7",
"@types/seedrandom": "^3.0.2",
"dayjs": "^1.11.1",
"dotenv": "^16.0.0",
"framer-motion": "^6.3.1",
"graphql": "^16.3.0",
"graphql-request": "^4.2.0",
"mysql2": "^2.3.3",
"next": "12.1.5",
"node-fetch": "^3.2.3",
"normalize.css": "^8.0.1",
"qs": "^6.10.3",
"react": "18.0.0",
"react-confetti": "^6.0.1",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"react-player": "^2.10.0",
"seedrandom": "^3.0.5",
"swr": "^1.3.0",
"ts-node": "^10.7.0",
"zustand": "^3.7.2"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.4",
"@types/react-dom": "18.0.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"sass": "^1.50.0",
"typescript": "4.6.3"
}
}