-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.16 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.16 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
{
"name": "web-ar-platform",
"version": "0.1.0",
"homepage": "https://uqido.github.io/WebArPlatform_Public",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"postinstall": "shx mkdir -p public/ar-libs && shx cp -f \"node_modules/aframe/dist/*.js\" public/ar-libs/ && shx cp -f node_modules/@ar-js-org/ar.js/aframe/build/aframe-ar.js public/ar-libs/ && shx cp -f node_modules/aframe-extras/dist/aframe-extras.min.js public/ar-libs/",
"predeploy": "npm run build",
"deploy": "gh-pages -d out --dotfiles"
},
"dependencies": {
"@ar-js-org/ar.js": "^3.4.8",
"@google/model-viewer": "^4.2.0",
"aframe": "^1.7.1",
"aframe-extras": "^7.7.0",
"gh-pages": "^6.3.0",
"jsqr": "^1.4.0",
"next": "16.2.1",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/aframe": "^1.2.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"shx": "^0.4.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}