-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
39 lines (39 loc) · 948 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
{
"name": "slang",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "webpack -d --watch",
"build": "webpack --config webpack.prod.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"adsr-envelope": "^1.0.0",
"body-parse": "^0.1.0",
"codemirror": "^5.38.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"lodash": "^4.17.10",
"mongodb": "^2.0.30",
"ohm-js": "^0.14.0",
"stereo-panner-node": "^1.4.0",
"tonal": "^1.1.3",
"tonal-range": "^1.1.2",
"tonal-scale": "^1.1.2",
"tunajs": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"style-loader": "^0.21.0",
"webpack": "^4.10.1",
"webpack-cli": "^2.1.4"
}
}