forked from bsehovac/the-cube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 985 Bytes
/
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
{
"name": "bsehovac.github.io",
"version": "1.0.0",
"description": "",
"main": "",
"dependencies": {
"three": "^0.128.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.14",
"rollup": "^2.47.0",
"rollup-plugin-scss": "^3.0.0-rc1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.32.12",
"vercel": "^20.1.4",
"workbox-cli": "^6.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.build.js && mkdir -p export && cp -r static/* export/ && workbox generateSW && cp -r static/.well-known export/"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bsehovac/bsehovac.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bsehovac/bsehovac.github.io/issues"
},
"homepage": "https://github.com/bsehovac/bsehovac.github.io#readme"
}