-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 4.11 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "mind-over-matter",
"version": "0.1.0",
"description": "Mental Health Analytics Platform",
"engines": {
"node": ">= 7.0.0"
},
"scripts": {
"build-client": "webpack",
"build-client-watch": "webpack -w",
"deploy": "script/deploy",
"heroku-token": "script/encrypt-heroku-auth-token.js",
"lint": "eslint ./ --ignore-path .gitignore",
"lint-fix": "npm run lint -- --fix",
"prettify": "prettier --write \"**/*.{js,jsx,json,css,scss,md}\"",
"seed": "node script/seed.js",
"start": "node server",
"start-dev": "NODE_ENV='development' npm run build-client-watch & NODE_ENV='development' npm run start-server",
"start-server": "nodemon server -e html,js,scss --ignore public --ignore client",
"test": "NODE_ENV='test' mocha \"./server/**/*.spec.js\" \"./src/**/*.spec.js\" \"./script/**/*.spec.js\" --require @babel/polyfill --require @babel/register"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx}": [
"prettier --write",
"npm run lint-fix",
"git add"
],
"*.{css,scss,json,md}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"axios": "^0.21.2",
"bootstrap": "^4.4.1",
"canvas": "^2.6.1",
"chalk": "^3.0.0",
"chart.js": "^2.9.3",
"cheerio": "^1.0.0-rc.3",
"compression": "^1.7.4",
"connect-session-sequelize": "^6.0.0",
"css-loader": "^3.4.2",
"d3": "^7.6.1",
"express": "^4.17.3",
"express-session": "^1.17.0",
"face-api.js": "^0.22.0",
"file-loader": "^5.0.2",
"firebase": "^7.7.0",
"firebase-tools": "^12.4.1",
"fs": "0.0.1-security",
"http-status": "^1.4.2",
"install": "^0.13.0",
"jquery": "^3.4.1",
"json-loader": "^0.5.7",
"lodash": "^4.17.21",
"morgan": "^1.9.1",
"npm": "^9.7.2",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0",
"path": "^0.12.7",
"pg": "^7.18.1",
"pg-hstore": "^2.3.3",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"psql": "0.0.1",
"puppeteer": "^2.1.1",
"react": "^16.12.0",
"react-chartjs-2": "^2.9.0",
"react-csv": "^1.1.2",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-responsive-carousel": "^3.1.51",
"react-router-dom": "^5.1.2",
"react-webcam": "^4.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"sequelize": "^6.29.0",
"tools": "0.0.0",
"zipcodes": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-function-sent": "^7.8.3",
"@babel/plugin-proposal-json-strings": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.3",
"@tensorflow/tfjs-node": "^1.5.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^7.18.0",
"eslint-utils": "^2.0.0",
"git-url-parse": "^11.1.2",
"history": "^4.10.1",
"husky": "^4.2.1",
"jsdom": "^16.5.0",
"jsdom-global": "^3.0.2",
"lint-staged": "^10.0.7",
"mocha": "^10.1.0",
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"style-loader": "^1.1.3",
"supertest": "^4.0.2",
"volleyball": "^1.5.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.12",
"yaml": "^1.7.2"
}
}