forked from Silent-Echo-JS/Greenfield
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
62 lines (62 loc) · 2.08 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
{
"name": "greenfield",
"scripts": {
"start": "node server/app.js",
"build:client-dev": "webpack --config webpack.config.js --mode development --watch",
"build:client-prod": "webpack --config webpack.config.js --mode production"
},
"author": "Silent-Echo-JS",
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.6",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9"
},
"dependencies": {
"@babel/parser": "^7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-for-of": "^7.4.4",
"array.prototype.flat": "^1.2.1",
"axios": "0.19.0",
"body-parser": "1.19.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"css-loader": "^3.2.0",
"dotenv": "8.0.0",
"express": "4.17.1",
"express-handlebars": "^3.1.0",
"express-partials": "^0.3.0",
"express-session": "^1.16.2",
"file-saver": "^2.0.2",
"firebase": "^6.6.1",
"googleapis": "^39.2.0",
"html-pdf": "^2.2.0",
"html-webpack-plugin": "^3.2.0",
"moment": "^2.24.0",
"pg": "^8.3.3",
"prop-types": "15.7.2",
"react": "^16.9.0",
"react-big-calendar": "^0.20.4",
"react-bootstrap": "^1.0.0-beta.12",
"react-chartjs-2": "^2.8.0",
"react-dom": "^16.9.0",
"react-router": "5.0.1",
"react-router-dom": "^5.0.1",
"react-router-hash-link": "^1.2.2",
"react-scripts": "^3.1.2",
"react_google_calendar": "^2.2.4444",
"reactstrap": "^8.0.1",
"sequelize": "^5.18.4",
"style-loader": "^1.0.0",
"sweetalert2": "^8.17.6",
"webpack-dev-server": "^3.8.0"
}
}