-
Notifications
You must be signed in to change notification settings - Fork 597
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 1234",
"lint": "next lint",
"go": "npm run build && npm start"
},
"dependencies": {
"@tomphttp/bare-server-node": "^1.0.2-beta-readme5",
"acorn-hammerhead": "^0.6.1",
"css-tree": "^2.2.1",
"express": "^4.18.1",
"next": "12.2.0",
"next-absolute-url": "^1.2.2",
"next-pwa": "^5.6.0",
"parse5": "^7.1.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-ion-icon": "^4.0.0",
"react-tsparticles": "^2.1.3",
"tsparticles": "^2.1.3",
"webpack": "^5.74.0",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
},
"devDependencies": {
"@types/node": "18.0.1",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"corrosion": "^1.0.0",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"typescript": "4.7.4"
}
}