forked from Ruby-Network/Ruby-Games
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 988 Bytes
/
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
{
"name": "ruby-games",
"version": "1.0.0",
"description": "Ruby Games",
"repository": {
"type": "git",
"url": "https://github.com/ruby-network/ruby-games.git"
},
"author": "Ruby Network",
"license": "GPL-3.0",
"engines": {
"node": ">=19.0.1",
"yarn": ">=1.22.19"
},
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"concurrently": "^7.6.0",
"framer-motion": "^7.10.2",
"next": "latest",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "18.2.0",
"react-frame-component": "^5.2.3",
"react-particles": "^2.6.0",
"tsparticles": "^2.6.0"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}