-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
30 lines (30 loc) · 838 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
{
"name": "dev-auth-extension",
"version": "1.2.2",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"build:watch": "snowpack build --watch",
"test": "web-test-runner \"src/**/*.test.ts\""
},
"dependencies": {
"svelte": "^3.37.0"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-svelte": "^3.6.1",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/svelte": "^3.0.3",
"@tsconfig/svelte": "^1.0.10",
"@types/chai": "^4.2.17",
"@types/chrome": "^0.0.137",
"@types/mocha": "^8.2.2",
"@types/snowpack-env": "^2.3.3",
"@web/test-runner": "^0.13.3",
"chai": "^4.3.4",
"snowpack": "^3.3.7",
"svelte-preprocess": "^4.7.2",
"typescript": "^4.2.4"
}
}