-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.65 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
{
"name": "disstest",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ls && npm install && npm i @types/node ",
"postinstall": "npm run server",
"assets": "mkdir -p ./dst-client/src-shared/HeadphoneCheck_Test/ && cp -R ./src-shared/HeadphoneCheck_Test/stimuli_HugginsPitch/ ./dst-client/src-shared/HeadphoneCheck_Test/stimuli_HugginsPitch/",
"build-server": "tsc -p src-server",
"build-client": "tsc -p src-client && npm run assets",
"server": "npm run build-server && node ./dst-server/src-server/server.js",
"client": "npm run assets && parcel client.html -p 8000 --open --out-dir dst-client"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.12",
"@types/node": "^15.14.9",
"@types/three": "^0.129.1",
"@types/ws": "^7.4.4",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"ncp": "2.0.0",
"parcel-bundler": "^1.9.4",
"prettier": "^2.3.2",
"typescript": "^4.3.2"
},
"dependencies": {
"@angular/cdk": "^12.1.1",
"@logue/reverb": "^0.4.2",
"@three-ts/orbit-controls": "^1.4.7",
"@types/dat.gui": "^0.7.6",
"dat.gui": "^0.7.7",
"dotenv": "^5.0.1",
"express": "^4.17.1",
"freeverb": "^1.1.2",
"mongodb": "^3.6.8",
"mongoose": "^5.13.2",
"parse-js": "^0.7.4",
"three": "^0.129.0",
"typescript": "^4.3.2",
"uniqid": "^5.3.0",
"ws": "^7.4.6",
"yenv": "^3.0.0"
},
"engines": {
"node": "12.18.4"
}
}