-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.72 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.72 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
{
"name": "sortis-react-2",
"version": "1.0",
"homepage": "https://sortis-react-2.herokuapp.com/",
"author": "Cameron Nix",
"license": "MIT",
"scripts": {
"dev": "concurrently \"webpack --watch\" \"nodemon ./server/bin/www\"",
"start": "node ./server/bin/www",
"build": "webpack"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^5.2.0",
"file-loader": "^6.2.0",
"font-awesome": "^4.7.0",
"nodemon": "^1.19.1",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1"
},
"plugins": [
"transform-class-properties"
],
"react-dotenv": {
"whitelist": [
"SORTIS_API"
]
},
"repository": {
"type": "git",
"url": "https://github.com/cnix273/Sortis-React-2.git"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"axios": "^0.21.1",
"bcrypt-nodejs": "^0.0.3",
"bootstrap": "^4.6.0",
"compression": "^1.7.4",
"concurrently": "^6.0.0",
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"jquery": "^3.5.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.3",
"morgan": "^1.9.1",
"node": "^14.14.37",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"popper.js": "^1.16.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dotenv": "^0.1.3",
"react-router-dom": "^5.2.0",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"yarn": "^1.22.10"
},
"engines": {
"node": "^14.15.0",
"yarn": "^1.22.10"
}
}