-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 942 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
36
37
{
"name": "scales",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"@snowpack/plugin-postcss": "^1.4.3",
"@snowpack/plugin-svelte": "^3.7.0",
"@snowpack/web-test-runner-plugin": "^0.2.1",
"@tailwindcss/forms": "^0.5.0",
"@tonaljs/tonal": "^4.6.5",
"@web/test-runner": "^0.12.17",
"autoprefixer": "^10.4.4",
"chai": "^4.2.0",
"d3": "^7.3.0",
"d3-scale-chromatic": "^3.0.0",
"esbuild": "^0.14.25",
"howler": "^2.2.1",
"mocha": "^9.2.2",
"postcss": "^8.4.12",
"prettier": "2.2.1",
"snowpack": "^3.8.8",
"svelte": "^3.46.4",
"svelte-preprocess": "^4.10.4",
"svelte-select": "^3.17.0",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"nanoid": ">=3.1.31"
},
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "web-test-runner \"src/**/*.test.js\""
},
"author": "Justin Palmer"
}