forked from knandersen/morphaweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 727 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 727 Bytes
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
{
"name": "morphaweb",
"version": "1.0.0",
"source": "src/index.html",
"license": "MIT",
"scripts": {
"start": "parcel",
"build": "yarn clean && parcel build --public-url ./",
"clean": "rm -rf dist/",
"deploy": "yarn generateVersion && yarn build && gh-pages -d dist",
"generateVersion": "git describe --tags > assets/VERSION.txt"
},
"devDependencies": {
"@parcel/transformer-inline-string": "2.8.3",
"autoprefixer": "^10.4.2",
"gh-pages": "^3.2.3",
"parcel": "latest"
},
"dependencies": {
"@fontsource/roboto-mono": "^4.5.8",
"crunker": "^1.3.0",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"wavefile": "^11.0.0",
"wavesurfer.js": "^6.6.2"
}
}