-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"refreshData": "ts-node src/Data/refresh.ts"
},
"dependencies": {
"svelte": "^3.29.7"
},
"devDependencies": {
"@snowpack/app-scripts-svelte": "^1.9.2",
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-run-script": "^2.2.0",
"@snowpack/plugin-svelte": "^3.3.0",
"@snowpack/plugin-typescript": "^1.1.0",
"@snowpack/plugin-webpack": "^2.1.1",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/svelte": "^3.0.0",
"@tsconfig/svelte": "^1.0.3",
"@types/jest": "^26.0.15",
"@types/js-yaml": "^3.12.5",
"@types/node": "^14.14.7",
"@types/snowpack-env": "^2.3.2",
"@types/vexflow": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"array-flat-polyfill": "^1.0.1",
"eslint": "^7.19.0",
"jest": "^26.6.3",
"js-yaml": "^3.14.0",
"music-theory-data": "^1.1.1",
"node": "^15.2.0",
"snowpack": "^2.17.1",
"svelte-check": "^1.1.12",
"svelte-preprocess": "^4.5.2",
"ts-node": "^9.0.0",
"typescript": "^4.1.4",
"vexflow": "^3.0.9"
}
}