-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "ardent-www",
"version": "0.98.2",
"description": "Ardent Industry",
"main": "index.js",
"scripts": {
"start": "npx next start -p 3000",
"build": "npx next build",
"dev": "npx next dev -p 3000",
"dev:api": "cross-env API_BASE_URL=http://localhost:3001/api npx next dev -p 3000",
"lint": "npx standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iaincollins/ardent-spike.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/iaincollins/ardent-spike/issues"
},
"homepage": "https://github.com/iaincollins/ardent-spike#readme",
"dependencies": {
"@react-three/fiber": "^8.13.6",
"byte-size": "^9.0.0",
"cross-env": "^7.0.3",
"next": "^14.2.13",
"rc-table": "^7.32.1",
"react": "^18.2.0",
"react-collapsible": "^2.10.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-tabs": "^6.0.1"
},
"devDependencies": {
"standard": "^17.0.0"
},
"engines": {
"npm": "9.6.7",
"node": "18.17.1"
}
}