-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1015 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
38
39
40
{
"name": "lockdownchemz",
"version": "0.0.1",
"description": "",
"keywords": [
"burial",
"chemz"
],
"license": "",
"author": "",
"type": "module",
"scripts": {
"build": "parcel build index.html",
"dev": "parcel --https index.html --open",
"start": "yarn run build && yarn run dev",
"test": "",
"deploy-demo": "git push origin :gh-pages && git subtree push --prefix dist origin gh-pages"
},
"devDependencies": {
"@types/d3": "^6.2.0",
"@types/howler": "^2.2.1",
"@types/jasmine": "^3.6.3",
"@types/node": "^14.14.21",
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "2.5.0",
"sass": "^1.32.4",
"typescript": "^4.1.3",
"waveform-data": "^3.3.4"
},
"dependencies": {
"array-normalize": "^2.0.0",
"can-autoplay": "^3.0.0",
"d3": "5.16.0",
"get-float-time-domain-data": "^0.1.0",
"howler": "^2.2.1",
"lodash": "^4.17.20",
"lodash.flowright": "^3.5.0",
"lodash.zip": "^4.2.0"
}
}