-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.69 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
{
"homepage": "https://greentea524.github.io/portfolio",
"name": "greentea524.github.io",
"version": "0.1.0",
"private": true,
"dependencies": {
"colorthief": "^2.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"gh-pages": ">=5.0.0",
"jest-canvas-mock": "^2.3.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-easy-emoji": "^1.8.1",
"react-headroom": "^3.0.0",
"react-lottie": "^1.2.3",
"react-reveal": "^1.2.2",
"react-scripts": "^5.0.1",
"react-test-renderer": "^16.10.2",
"react-twitter-embed": "3.0.3",
"sass": "^1.32.8",
"path-to-regexp": ">=0.1.10",
"rollup": ">=2.79.2",
"body-parser": ">=1.20.3",
"ws": ">=8.17.1"
},
"scripts": {
"predeploy": "npm run build",
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "gh-pages -b master -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"./**/*.{js,css,json}\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"dotenv": "^8.2.0",
"prettier": "^2.3.1",
"@babel/plugin-proposal-private-property-in-object": "*"
},
"description": "![ReactJS Resume Website Template](portfolio.png?raw=true \"ReactJS Resume Website Template\")",
"main": "index.js",
"author": "",
"license": "ISC"
}