forked from haxtheweb/hax-psu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.89 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "hax-psu",
"description": "HAX.psu homepage",
"license": "Apache-2.0",
"author": "btopro",
"version": "9.0.6",
"scripts": {
"build": "rimraf dist && rollup -c rollup.config.js && npm run analyze -- --exclude dist built && rm -rf built && cp -r dist built && cp -r env/* built/ && cp env/.htaccess built/",
"start:build": "web-dev-server --root-dir dist --app-index index.html --open",
"analyze": "cem analyze --litelement",
"start": "web-dev-server"
},
"resolutions" : {
"@shoelace-style/shoelace": "2.8.0"
},
"dependencies": {
"@haxtheweb/grid-plate": "^9.0.6",
"@haxtheweb/play-list": "^9.0.6",
"@haxtheweb/count-up": "^9.0.6",
"@haxtheweb/simple-cta": "^9.0.6",
"@haxtheweb/page-section": "^9.0.6",
"@haxtheweb/accent-card": "^9.0.6",
"@haxtheweb/future-terminal-text": "^9.0.6",
"@haxtheweb/utils": "^9.0.2",
"@haxtheweb/simple-colors": "^9.0.6",
"@haxtheweb/video-player": "^9.0.6",
"@haxtheweb/simple-img": "^9.0.6",
"@haxtheweb/simple-icon": "^9.0.6",
"@haxtheweb/hax-iconset": "^9.0.6",
"@haxtheweb/d-d-d": "^9.0.6",
"@haxtheweb/scroll-button": "^9.0.6",
"@haxtheweb/rpg-character": "^9.0.6",
"@shoelace-style/shoelace": "2.8.0",
"lit": "^3.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"rollup-plugin-copy": "3.4.0",
"@custom-elements-manifest/analyzer": "^0.4.17",
"@open-wc/building-rollup": "^2.0.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@web/dev-server": "^0.1.28",
"@web/rollup-plugin-html": "^1.10.1",
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
"babel-plugin-template-html-minifier": "^4.1.0",
"deepmerge": "^4.2.2",
"rimraf": "^3.0.2",
"rollup": "^2.60.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-workbox": "^6.2.0"
},
"customElements": "custom-elements.json"
}