-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.25 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
{
"name": "seniorproject",
"version": "1.0.0",
"description": "HTMLephant Senior Project Sac State 2021",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"watch": "webpack --watch --mode development",
"build-dev": "webpack --mode development",
"build-deploy": "webpack --mode production",
"local": "webpack --mode development && mvn clean install && heroku local"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/htmlephant/seniorproject.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/htmlephant/seniorproject/issues"
},
"homepage": "https://gitlab.com/htmlephant/seniorproject#readme",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.16.0",
"@babel/plugin-syntax-decorators": "^7.16.0",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"css-loader": "^6.4.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"axios": "^0.23.0",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.0",
"chart.js": "^3.5.1",
"components": "^0.1.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-bootstrap": "^2.0.1",
"react-chartjs-2": "^3.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.5",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"sass": "^1.43.4",
"styled": "^1.0.0"
}
}