-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.39 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"ie > 9",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"animate.css": "^3.7.2",
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"bowser": "^2.9.0",
"cors": "^2.8.5",
"css-loader": "^3.4.2",
"env-cmd": "^10.1.0",
"express": "^4.17.3",
"install": "^0.13.0",
"newrelic": "^8.7.1",
"nodemailer": "^6.4.2",
"opensans-npm-webfont": "^1.0.0",
"react": "^16.12.0",
"react-alice-carousel": "^1.17.3",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-animate-on-scroll": "^2.1.5",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.12.0",
"react-headroom": "^3.0.0",
"react-ionicons": "^3.1.4",
"react-lazyload": "^2.6.5",
"react-player": "^1.15.2",
"react-scripts": "3.4.0",
"react-scrolllock": "^5.0.1",
"react-sliding-side-panel": "^1.0.10",
"react-spinners": "^0.8.0",
"recaptcha-v3": "^1.8.0",
"rodal": "^1.8.1",
"style-loader": "^1.1.3"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"browserify-css": "0.12.0",
"eslint": "^6.1.0",
"eslint-config-google": "^0.12.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4",
"typescript": "^2.8.0"
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": ".",
"license": "UNLICENSED",
"name": "portfolio-front-end",
"proxy": "http://localhost:3000/",
"repository": {
"type": "git",
"url": "https://github.com/matthewsullivan/portfolio-front-end.git"
},
"scripts": {
"build": "react-scripts build",
"build:staging": "env-cmd -f .env.staging npm run build",
"develop": "react-scripts start",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build && npm install pm2",
"server:production": "pm2-runtime start ecosystem.config.js --only production",
"server:staging": "pm2-runtime start ecosystem.config.js --only staging",
"start": "react-scripts start",
"test": "react-scripts test"
},
"version": "2.5.8"
}