-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.84 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
56
57
{
"name": "speechviz",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"mkdir": "mkdir public \"public/css\" \"public/js\" data \"data/audio\" \"data/annotations\" \"data/segments\" \"data/video\" \"data/waveforms\" \"data/faceClusters\" \"data/imagesForEncoding\" \"data/vrs\" \"data/transcriptions\" \"scripts/models\"",
"build": "webpack",
"postbuild": "cp src/style.css public/css/",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"prestart": "npm run build",
"start": "node ./bin/www.js",
"docs": "node node_modules/jsdoc/jsdoc -c jsdoc.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^8.56.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@prettier/plugin-pug": "^3.0.0",
"@types/better-sqlite3": "^7.6.9",
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/morgan": "^1.9.9",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^14.0.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.2",
"prettier": "^3.2.5",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"argon2": "^0.31.2",
"better-sqlite3": "^9.4.1",
"commander": "^12.0.0",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"express-force-ssl": "^0.3.2",
"express-session": "^1.18.0",
"feather-icons": "^4.29.1",
"lodash": "^4.17.21",
"mime": "^4.0.1",
"morgan": "^1.10.0",
"papaparse": "^5.4.1",
"peaks.js": "git+https://research-git.uiowa.edu/uiowa-audiology-reu-2022/peaks.js#v3.0.0",
"plotly.js-gl2d-dist": "^2.29.1",
"pug": "^3.0.2",
"split.js": "^1.6.5",
"three": "^0.161.0",
"vanilla-picker": "^2.12.2"
}
}