-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 911 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": "virtualstate.dev",
"private": true,
"license": "CC-0",
"type": "module",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build && node scripts/prerender.js",
"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",
"typescript": "^4.2.3"
},
"dependencies": {
"@virtualstate/dom": "^2.14.5",
"@virtualstate/examples": "^2.14.7",
"@virtualstate/fringe": "^2.14.5",
"@virtualstate/hooks": "^2.14.5",
"@virtualstate/hooks-extended": "^2.14.5",
"@virtualstate/union": "^2.14.5",
"@virtualstate/x": "^2.14.5",
"fp-ts": "^2.10.4",
"io-ts": "^2.2.16",
"iterable": "^5.7.0",
"microtask-collector": "^3.1.0"
},
"engines": {
"node": ">=15.0.0"
}
}