-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
55 lines (55 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "wavey",
"version": "0.0.0",
"description": "Edit audio simply",
"author": "Isaiah Odhner <[email protected]>",
"license": "MIT",
"main": "index.html",
"repository": {
"type": "git",
"url": "http://github.com/1j01/wavey.git"
},
"bugs": {
"url": "http://github.com/1j01/wavey/issues"
},
"devDependencies": {
"async": "^3.2.0",
"browserify": "16.5.0",
"chai": "^4.2.0",
"coffeeify": "3.0.1",
"coffeescript": "2.5.1",
"easingjs": "^1.0.1",
"elementary.css": "^2.0.2",
"gulp": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-util": "3.0.8",
"localforage": "^1.7.3",
"mocha": "^7.1.0",
"postcss": "^7.0.27",
"postcss-advanced-variables": "^3.0.1",
"postcss-color-function": "^4.1.0",
"postcss-debug": "^0.4.2",
"postcss-easy-import": "^3.0.0",
"postcss-extend": "^1.0.5",
"postcss-import": "7.1.3",
"postcss-url": "^8.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-script": "^2.0.5",
"sugarss": "^2.0.0",
"sw-precache": "^5.2.1",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"watchify": "3.11.1",
"webmidi": "^2.5.1"
},
"scripts": {
"dev": "gulp",
"watch": "gulp",
"test": "mocha --compilers coffee:coffeescript/register",
"deploy": "echo \"Run npm run dev, then firebase deploy\""
},
"dependencies": {
"mkdirp": "1.0.3"
}
}