Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
titaniumnetwork-dev
GitHub Repository: titaniumnetwork-dev/Ludicrous
Path: blob/main/package.json
1222 views
1
{
2
"name": "my-app",
3
"version": "0.1.0",
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
7
"build": "next build",
8
"start": "next start -p 1234",
9
"lint": "next lint",
10
"go": "npm run build && npm start"
11
},
12
"dependencies": {
13
"@tomphttp/bare-server-node": "^1.0.2-beta-readme5",
14
"acorn-hammerhead": "^0.6.1",
15
"css-tree": "^2.2.1",
16
"express": "^4.18.1",
17
"next": "12.2.0",
18
"next-absolute-url": "^1.2.2",
19
"next-pwa": "^5.6.0",
20
"parse5": "^7.1.1",
21
"react": "18.2.0",
22
"react-dom": "^18.2.0",
23
"react-icons": "^4.4.0",
24
"react-ion-icon": "^4.0.0",
25
"react-tsparticles": "^2.1.3",
26
"tsparticles": "^2.1.3",
27
"webpack": "^5.74.0",
28
"workbox-cacheable-response": "^6.5.4",
29
"workbox-core": "^6.5.4",
30
"workbox-expiration": "^6.5.4",
31
"workbox-precaching": "^6.5.4",
32
"workbox-routing": "^6.5.4",
33
"workbox-strategies": "^6.5.4"
34
},
35
"devDependencies": {
36
"@types/node": "18.0.1",
37
"@types/react": "18.0.14",
38
"@types/react-dom": "18.0.5",
39
"corrosion": "^1.0.0",
40
"eslint": "8.19.0",
41
"eslint-config-next": "12.2.0",
42
"typescript": "4.7.4"
43
}
44
}
45
46