-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.04 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.04 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
{
"name": "unity-lab-ai-website",
"version": "2.1.5",
"description": "Unity AI Lab - Official website with AI demos, libraries, and tools",
"main": "js/init.js",
"scripts": {
"dev": "vite",
"build": "node generate-sitemap.js && vite build && node copy-assets.js && node cache-bust.js",
"preview": "vite preview",
"sitemap": "node generate-sitemap.js",
"cache-bust": "node cache-bust.js",
"copy-assets": "node copy-assets.js",
"minify": "npx terser js/init.js -c -m -o script.min.js && npx cleancss -o styles.min.css styles.css",
"build:legacy": "npm run minify && ./update-version.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/Unity-Lab-AI/Unity-Lab-AI.github.io.git"
},
"keywords": [],
"author": "Unity AI Lab - Hackall360, Sponge, GFourteen",
"homepage": "https://www.unityailab.com",
"license": "ISC",
"devDependencies": {
"clean-css-cli": "^5.6.3",
"lighthouse": "^13.0.1",
"terser": "^5.44.1",
"vite": "^7.2.4",
"vite-plugin-static-copy": "^3.1.4"
}
}