-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.48 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.48 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
{
"name": "react-starter-pack",
"version": "0.0.1",
"description": "This is a basic react starter pack created by AB",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"author": "devABnull",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.9.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"apollo-boost": "^0.4.7",
"apollo-server-express": "^2.10.1",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"brotli-webpack-plugin": "^1.1.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.1.0",
"connect-history-api-fallback": "^1.6.0",
"css-loader": "^3.2.0",
"express": "^4.17.1",
"formik": "^2.1.4",
"fs": "^0.0.1-security",
"graphql": "^14.6.0",
"html-webpack-plugin": "^3.2.0",
"https": "^1.0.0",
"jquery": "^3.4.1",
"mongoose": "^5.9.1",
"node-sass": "^4.12.0",
"nodemon": "^1.19.3",
"react": "^16.10.1",
"react-apollo": "^3.1.3",
"react-dom": "^16.10.1",
"react-router-dom": "^5.1.2",
"react-use": "^13.26.4",
"sass-loader": "^8.0.0",
"slate": "^0.57.1",
"slate-react": "^0.57.1",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.41.0",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-dev-middleware": "^3.7.2"
}
}