-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 968 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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "web-test-runner \"src/**/*.test.ts\""
},
"dependencies": {
"rxjs": "^6.6.7",
"svelte": "^3.58.0",
"svelte-hmr": "^0.15.1",
"tone": "^14.7.77"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.2.0",
"@snowpack/plugin-postcss": "^1.4.3",
"@snowpack/plugin-svelte": "^3.7.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/svelte": "^3.2.2",
"@types/chai": "^4.3.4",
"@types/mocha": "^8.2.3",
"@types/snowpack-env": "^2.3.4",
"@web/test-runner": "^0.12.20",
"autoprefixer": "^10.4.14",
"chai": "^4.3.7",
"cssnano": "^4.1.11",
"postcss": "^8.4.22",
"postcss-cli": "^8.3.1",
"postcss-preset-env": "^6.7.1",
"snowpack": "^3.8.8",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^2.2.19",
"typescript": "^4.9.5"
}
}