This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.06 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
64
65
{
"name": "client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "set NODE_ENV=development && webpack-dev-server --config webpack.dev.conf.js",
"build": "set NODE_ENV=production && webpack --config webpack.prod.conf.js",
"start": "webpack --config webpack.prod.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavidShefcik/davidshefcik.com-client.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DavidShefcik/davidshefcik.com-client/issues"
},
"homepage": "https://github.com/DavidShefcik/davidshefcik.com-client#readme",
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.8.3",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"apollo-boost": "^0.4.7",
"axios": "^0.19.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.1",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.7.0",
"eslint": "^6.8.0",
"file-loader": "^5.0.2",
"graphql": "^14.5.8",
"graphql-request": "^1.8.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hamburger-menu": "^1.1.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"reaptcha": "^1.7.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"style-loader": "^1.1.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"express": "^4.17.1"
},
"proxy": "http://localhost:3000"
}