-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 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
{
"name": "nullstack",
"version": "0.0.6",
"description": "Full stack development on top of react and express",
"main": "index.js",
"author": "Mortaro",
"license": "MIT",
"bin": {
"nullstack": "cli.js"
},
"dependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"connect-mongodb-session": "2.1.1",
"css-loader": "^2.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"nodemon": "^1.18.9",
"nodemon-webpack-plugin": "^4.0.7",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"sass-loader": "^7.1.0",
"string-replace-loader": "^2.1.1",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-session": "^1.15.6",
"mongodb": "3.1.13",
"node-sass": "^4.11.0",
"radium": "^0.25.1",
"multer": "^1.4.1",
"jimp": "^0.6.0",
"isomorphic-fetch": "^2.2.1",
"concurrently": "^4.1.0",
"slugify": "^1.3.4",
"aws-sdk": "^2.523.0"
}
}