forked from thisdot/ginger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.34 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
45
46
47
{
"name": "ginger",
"version": "1.1.0",
"description": "A WebGL morph target progressive web application demo.",
"main": "index.js",
"repository": "https://github.com/Amdrel/ginger",
"author": "Jamie Kuppens <jamie.kuppens@amdrel.net>",
"license": "Apache 2.0",
"private": true,
"scripts": {
"build": "rollup -c",
"watch": "rollup -cw",
"serve": "cd ./dist/ && http-server"
},
"dependencies": {
"clipboard": "^2.0.6",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1",
"pwa-helpers": "^0.9.1",
"three": "^0.116.0",
"workbox-sw": "^5.1.3"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-html": "^2.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"babel-preset-minify": "^0.5.2",
"core-js": "^3.47.0",
"eslint": "^9.39.2",
"@babel/eslint-parser": "^7.28.5",
"globals": "^17.0.0",
"eslint-plugin-prettier": "^5.5.4",
"@eslint/js": "^9.39.2",
"http-server": "^14.1.1",
"prettier": "^3.7.4",
"regenerator": "^0.14.12",
"regenerator-runtime": "^0.14.1",
"rollup": "^4.54.0",
"@rollup/plugin-babel": "^6.1.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-copy": "^3.5.0"
}
}