-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 983 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
35
36
37
38
39
40
{
"name": "@joist/starter-snowpack",
"version": "1.5.0",
"keywords": [
"csa-template",
"joist",
"web-components"
],
"repository": {
"type": "git",
"url": "git+https://github.com/joist-framework/starter-app-snowpack.git"
},
"author": "deebloo",
"license": "MIT",
"bugs": {
"url": "https://github.com/joist-framework/joist-framework/starer-app-snowpack/issues"
},
"scripts": {
"start": "snowpack dev",
"build": "snowpack build --clean",
"test": "wtr ",
"test:watch": "wtr --watch"
},
"dependencies": {
"@joist/component": "1.8.6",
"@joist/di": "1.8.6",
"@joist/router": "1.8.6",
"lit-html": "1.4.1",
"tslib": "2.3.1"
},
"devDependencies": {
"@open-wc/testing": "3.0.1",
"@snowpack/plugin-typescript": "1.2.1",
"@web/dev-server-esbuild": "0.2.14",
"@web/test-runner": "0.13.20",
"@web/test-runner-puppeteer": "0.10.2",
"snowpack": "3.8.8",
"typescript": "4.4.4"
}
}