-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) ยท 1.16 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
{
"name": "webgamedev.com",
"version": "0.0.0",
"private": true,
"type": "module",
"deployBump": 1,
"scripts": {
"postbuild": "next-sitemap",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prettier": {
"printWidth": 100,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid"
},
"dependencies": {
"@codesandbox/sandpack-react": "2.7.0",
"@codesandbox/sandpack-themes": "2.0.21",
"@v1v2/react": "1.1.0",
"next": "15.0.2",
"next-plausible": "3.12.0",
"nextra": "3.2.0",
"nextra-theme-docs": "3.2.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "5.47.0",
"autoprefixer": "10.4.16",
"eslint": "8.30.0",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-react": "7.31.11",
"next-sitemap": "4.2.3",
"postcss": "8.4.47",
"prettier": "3.0.3",
"tailwindcss": "3.4.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.3.3"
}
}