-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 998 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": "fabiancook.dev",
"private": true,
"license": "CC-0",
"type": "module",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build && node scripts/prerender.js && cp ./netlify.toml ./build",
"test": "echo \"This template does not include a test runner by default.\" && exit 1"
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"jsdom": "^16.5.3",
"snowpack": "^3.3.5",
"tslint": "^6.1.3",
"typescript": "^4.5.5"
},
"dependencies": {
"@virtualstate/dom": "^2.1.1",
"@virtualstate/focus": "^1.0.1-alpha.49",
"@virtualstate/fringe": "^2.1.1",
"@virtualstate/hooks": "^2.1.1",
"@virtualstate/hooks-extended": "^2.1.1",
"@virtualstate/promise": "^1.0.1-alpha.16",
"@virtualstate/union": "^2.47.6-next.0",
"@virtualstate/x": "^2.1.1",
"fp-ts": "^2.10.4",
"io-ts": "^2.2.16",
"iterable": "^5.7.0",
"microtask-collector": "^3.1.0",
"mkdirp": "^1.0.4"
}
}