-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 2 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": "stresser-website",
"version": "1.0.0",
"description": "The main purpose of the project is to provide online stress measurement portal. Our project will isolate and identify aspects of emotional disturbance; for example, to assess the degree of severity of the core symptoms of depression, anxiety or stress.",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch ./Stresser-Website/frontend/src/index.js --output ./Stresser-Website/frontend/static/frontend/main.js",
"build": "webpack --mode production ./Stresser-Website/frontend/src/index.js --output ./Stresser-Website/frontend/static/frontend/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mana9512/Stresser-Website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mana9512/Stresser-Website/issues"
},
"homepage": "https://github.com/mana9512/Stresser-Website#readme",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"date-fns": "^2.16.1",
"jquery": "^1.9.1",
"knox": "^0.9.2",
"moment": "^2.27.0",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"react-moment": "^0.9.7",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-spinners-kit": "^1.9.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"source-map-loader": "^1.1.0",
"uuid": "^8.3.0"
}
}