-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 799 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 799 Bytes
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
{
"scripts": {
"reset": "rm -rf ./_compiled",
"brixi": "brixi",
"build": "npm run reset && tsc && cssmonster && djinnjs -e dev && npm run reset",
"preview": "serve ./public",
"bundle": "snowpack install",
"deploy": "node ./build/deploy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jint-method/mvvmc-example.git"
},
"license": "MIT",
"homepage": "https://github.com/jint-method/mvvmc-example#readme",
"dependencies": {
"brixi": "^0.2.3",
"cssmonster": "^0.3.1",
"djinnjs": "^0.3.1",
"gh-pages": "^3.1.0",
"lit-html": "^1.3.0",
"serve": "^11.3.2",
"snowpack": "^2.18.2",
"typescript": "^4.1.2",
"wwibs": "^0.1.2"
},
"snowpack": {
"install": [
"lit-html",
"wwibs"
]
}
}