-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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": "atak-sidc-server",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"build:prod": "DISABLE_ESLINT_PLUGIN=true next build",
"start": "next start -p 8080",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prod": "next build && pm2 start ecosystem.config.js"
},
"dependencies": {
"@gltf-transform/core": "^4.1.2",
"@gltf-transform/functions": "^3.10.0",
"@types/three": "^0.162.0",
"canvas": "^3.1.0",
"jsdom": "^24.0.0",
"milsymbol": "^3.0.0",
"next": "14.2.8",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.5",
"svg-pathdata": "^6.0.2",
"three": "^0.173.0",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.162.0",
"@types/xmldom": "^0.1.34",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}