generated from dimfeld/svelte-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
40
41
42
43
44
45
46
{
"name": "svelte-template",
"author": "Daniel Imfeld <daniel@imfeld.dev>",
"license": "MIT",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "web-test-runner \"src/**/*.test.js\""
},
"dependencies": {
"d3-format": "^2.0.0",
"idb-keyval": "^3.2.0",
"just-debounce-it": "^1.1.0",
"just-flatten-it": "^2.1.0",
"ky": "^0.25.1",
"sorters": "^0.0.4",
"svelte": "^3.31.2",
"svelte-style-action": "^0.0.5",
"svelte-zoomable": "^0.0.2",
"tinro": "~0.5.3",
"tslib": "^2.1.0"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-postcss": "^1.0.11",
"@snowpack/plugin-svelte": "^3.4.1",
"@snowpack/web-test-runner-plugin": "^0.1.5",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"@testing-library/svelte": "^3.0.3",
"@types/just": "github:dimfeld/just-types",
"@web/test-runner": "^0.10.2",
"autoprefixer": "^10.2.0",
"chai": "^4.2.0",
"postcss": "^8.2.2",
"postcss-cli": "^8.3.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.36.1",
"snowpack": "^2.18.5",
"svelte-preprocess": "^4.6.1",
"tailwindcss": "^2.0.2",
"typescript": "^4.1.3",
"uvu": "^0.5.1"
}
}