-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.31 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
{
"name": "maki.cafe",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "tsx --watch --watch-path server server/main.ts",
"make:games": "tsx tools/make-games.ts",
"make:music": "tsx tools/make-music.ts",
"favicon": "tsx tools/generate-favicons.ts",
"build": "next build",
"serve": "cross-env NODE_ENV=production tsx server/main.ts"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"axios": "^1.7.5",
"babel-plugin-react-compiler": "latest",
"bezier-easing": "^2.1.0",
"cron": "^3.1.7",
"cross-env": "^7.0.3",
"date-fns": "^3.6.0",
"file-loader": "^6.2.0",
"framer-motion": "^11.3.30",
"jsdom": "^25.0.0",
"next": "15.0.0-rc.0",
"playwright": "^1.46.1",
"react": "rc",
"react-dom": "rc",
"react-icons": "^5.3.0",
"rxjs": "^7.8.1",
"svgo-loader": "^4.0.0",
"swr": "^2.2.5",
"three": "^0.167.1",
"ua-parser-js": "^1.0.38",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^22.5.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.167.2",
"@types/ua-parser-js": "^0.7.39",
"sass": "^1.77.8",
"sharp": "^0.33.5",
"sharp-ico-v32": "^0.1.6",
"tsx": "^4.19.0",
"typescript": "5.5.4"
}
}