-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "@tinynodes/web-serial-controller",
"version": "0.5.1-beta",
"private": true,
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "web-test-runner \"src/**/*.test.ts\"",
"format": "prettier -w src"
},
"dependencies": {
"@rxjs-ninja/rxjs-utility": "^5.1.2",
"@snowpack/plugin-sass": "^1.3.0",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"rxjs": "^6.6.3",
"sass": "^1.32.6",
"svelte": "^3.24.0",
"svelte-select": "^3.16.1",
"xp.css": "^0.2.4"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-svelte": "^3.5.0",
"@snowpack/plugin-typescript": "^1.2.0",
"@snowpack/web-test-runner-plugin": "^0.2.0",
"@testing-library/svelte": "^3.0.0",
"@types/chai": "^4.2.13",
"@types/mocha": "^8.2.0",
"@types/snowpack-env": "^2.3.2",
"@types/w3c-web-serial": "^1.0.1",
"@web/test-runner": "^0.12.0",
"chai": "^4.2.0",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.1.2",
"snowpack": "^3.0.1",
"svelte-preprocess": "^4.0.8",
"typescript": "^4.0.0"
}
}