-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.38 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
{
"description": "",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.4.4",
"@types/node": "^12.0.8",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.6",
"chalk": "^2.4.2",
"del": "^4.1.1",
"gulp": "^4.0.2",
"jege": "^0.4.0",
"lerna": "^3.15.0",
"process-launch": "^0.6.1",
"typescript": "^3.5.2",
"yargs": "^13.2.4"
},
"private": true,
"scripts": {
"backend": "node ./scripts/launcher.js --process=moodsicWebBackend",
"dev": "npm-run-all -p web backend",
"docs": "NODE_ENV=production yarn run web",
"launch": "node ./scripts/launcher.js",
"lerna": "node ./node_modules/.bin/lerna",
"spectrogram": "node ./scripts/launcher.js --process=spectrogramCreator",
"setup": "yarn install && yarn run lerna exec yarn install",
"test": "echo \"Error: no test specified\" && exit 1",
"web": "node ./scripts/launcher.js --process=moodsicWeb"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"filepond": "^4.9.5",
"npm-run-all": "^4.1.5",
"react-filepond": "^7.0.1"
}
}