-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 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
{
"name": "jasonpark.me",
"version": "3.1.0",
"author": "Jinseo Park",
"license": "MIT",
"homepage": "https://jasonpark.me",
"private": true,
"scripts": {
"start": "eval `./bin/inject-bio.js` && react-scripts start",
"build": "eval `./bin/inject-bio.js` && react-scripts build",
"test": "eval `./bin/inject-bio.js` && react-scripts test",
"eject": "eval `./bin/inject-bio.js` && react-scripts eject",
"postbuild": "eval `./bin/inject-bio.js` && gulp",
"predeploy": "yarn build",
"deploy": "gh-pages -b master -d build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"gh-pages": "^2.1.1",
"gulp": "^4.0.0",
"gulp-connect": "^5.7.0",
"gulp-replace": "^1.0.0",
"loader-utils": "^1.2.3",
"node-sass": "^4.13.0",
"puppeteer": "^1.14.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-instagram-embed": "^1.5.0",
"react-markdown": "^4.2.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"through2": "^3.0.1"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}