-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 941 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
{
"name": "audioplotter",
"version": "1.2.0",
"private": true,
"homepage": "https://audioplotter.ars.is",
"repository": "https://github.com/eins78/audioplotter",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"serve": "serve",
"dev-audio-server": "serve --cors -l 57915 ../../Inputs/Amen\\ Break/"
},
"dependencies": {
"audio-buffer-utils": "^5.1.2",
"audio-context": "^1.0.3",
"bootstrap": "^5.0.0-beta3",
"lodash.debounce": "^4.0.8",
"next": "^12.1.0",
"next-pwa": "^5.4.6",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-svg-path": "^1.11.0",
"react-toggle": "^4.1.2"
},
"devDependencies": {
"@prettier/plugin-ruby": "^2.0.0",
"prettier": "^2.5.1",
"sass": "^1.35.2",
"serve": "^14.0.1"
},
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 120
}
}