forked from CoffeeAndWoof/Woof
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 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
{
"name": "petrospective",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --verbose",
"start": "nodemon server/server.js",
"build": "webpack",
"dev": "concurrently \"webpack-dev-server --open --mode development\" \"nodemon server/server.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrew-lovato/petrospective.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrew-lovato/petrospective/issues"
},
"homepage": "https://github.com/andrew-lovato/petrospective#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"enzyme": "^3.11.0",
"express": "^4.17.1",
"moment": "^2.29.1",
"mongoose": "^5.10.7",
"oauth": "^0.9.15",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-facebook-login": "^4.1.1",
"react-router": "^5.2.0",
"socket.io": "^2.3.0",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-loader": "^8.1.0",
"concurrently": "^5.3.0",
"cross-env": "^7.0.2",
"css-loader": "^4.3.0",
"fs": "0.0.1-security",
"isomorphic-fetch": "^3.0.0",
"nodemon": "^2.0.4",
"path": "^0.12.7",
"react-router-dom": "^5.2.0",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"style-loader": "^1.3.0",
"supertest": "^5.0.0",
"w": "^1.1.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}