-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.94 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.94 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "river",
"version": "1.0.0",
"description": "Experiment to see how photo novelty affect their perceived value to users.",
"private": true,
"scripts": {
"test:unit": "vue-cli-service test:unit",
"build": "./bin/build.sh",
"test": "jest",
"start": "pm2 start ./src/backend/server.js",
"stop": "pm2 stop all",
"restart": "pm2 restart all",
"gen-docs": "jsdoc -r ./src -d ./docs/code_docs",
"analyze-data": "Rscript ./data_analysis/data_analysis.r"
},
"author": "Chris Kerley",
"license": "ISC",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@tensorflow/tfjs-node": "^3.0.0",
"@vue/cli": "^4.5.7",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"canvas": "^2.6.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.6.0",
"exceljs": "^4.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"face-api.js": "^0.22.2",
"formidable": "^1.2.2",
"fs": "0.0.1-security",
"haversine-distance": "^1.2.1",
"html-webpack-plugin": "^4.5.1",
"javascript-time-ago": "^2.3.2",
"jest-fetch-mock": "^3.0.3",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.18.1",
"node-time-ago": "^1.0.0",
"nodemailer": "^6.4.14",
"opencv-build": "^0.1.9",
"opencv4nodejs": "^5.6.0",
"password-hash": "^1.2.2",
"path": "^0.12.7",
"pm2": "^4.5.4",
"prettier": "^1.19.1",
"puppeteer": "^5.4.1",
"regenerator-runtime": "^0.13.7",
"request": "^2.88.2",
"simple-node-logger": "^18.12.24",
"slash": "^3.0.0",
"token": "^0.1.0",
"typescript": "^3.9.10",
"vua-redux": "^0.6.1",
"vue": "^2.6.12",
"vue-router": "^3.4.8",
"vuex": "^3.6.2",
"whatwg-fetch": "^3.5.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@fortawesome/fontawesome-free": "^5.15.1",
"@vue/cli-plugin-unit-mocha": "^4.5.7",
"@vue/test-utils": "^1.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"chai": "^4.1.2",
"css-loader": "^4.3.0",
"fetch-mock-jest": "^1.5.1",
"file-loader": "^6.1.1",
"jest": "^26.5.3",
"jest-transform-stub": "^2.0.0",
"jsdoc": "^3.6.6",
"mini-css-extract-plugin": "^1.0.0",
"mocha": "^8.1.3",
"mochapack": "^2.0.3",
"postcss-loader": "^4.0.4",
"sass": "^1.27.0",
"sass-loader": "^10.0.3",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^4.2.3",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"vue-utils": "^0.3.0-moved",
"webpack": "^5.12.2",
"webpack-cli": "^4.3.1"
}
}