-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.17 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.17 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
70
71
72
73
74
75
76
{
"name": "appify",
"version": "1.0.0",
"description": "testing new things",
"main": "index.js",
"scripts": {
"start": "babel-node src/server",
"dev": "babel-node src/server",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "next dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jmgucciardi/appify.git"
},
"author": "Jonathan Gucciardi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jmgucciardi/appify/issues"
},
"homepage": "https://github.com/Jmgucciardi/appify#readme",
"dependencies": {
"babel-loader": "^7.1.4",
"bcrypt": "^2.0.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"classnames": "^2.2.5",
"compression": "^1.7.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"helmet": "^3.12.1",
"jsonwebtoken": "^8.2.2",
"logger": "0.0.1",
"material-design-icons": "^3.0.1",
"material-ui": "^0.20.1",
"mongoose": "^5.1.3",
"morgan": "^1.9.0",
"next": "^5.1.0",
"next-redux-wrapper": "^1.3.5",
"npm": "^6.1.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"path": "^0.12.7",
"prop-types": "^15.6.1",
"radium": "^0.23.0",
"react": "^16.4.0",
"react-cookie": "^2.1.6",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"react-sidebar": "^2.3.2",
"react-tap-event-plugin": "^3.0.3",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.3.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"@types/express": "^4.11.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^3.19.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-react": "^7.8.2",
"unit-coverage": "^4.0.3"
}
}