forked from mldangelo/personal-site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.91 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
{
"name": "personal-site",
"version": "3.0.1",
"homepage": "https://otakar.io/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/otahirs/personal-site.git"
},
"scripts": {
"build": "rimraf ./build && react-scripts build",
"predeploy": "npm run build && react-snap",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"lint": "eslint src",
"test": "react-scripts test --watchAll=false",
"analyze": "npm run build && source-map-explorer build/static/js/*.chunk.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "0.1.16",
"dayjs": "^1.11.10",
"i18next": "^21.10.0",
"i18next-browser-languagedetector": "^6.1.8",
"i18next-http-backend": "^1.4.5",
"js-yaml": "^4.1.0",
"node-sass": "^6.0.1",
"prop-types": "^15.8.1",
"raw.macro": "^0.4.2",
"react": "^17.0.1",
"react-burger-menu": "^3.0.9",
"react-dom": "^17.0.2",
"react-ga": "^3.3.1",
"react-helmet-async": "^1.3.0",
"react-i18next": "^11.18.6",
"react-markdown": "^7.1.2",
"react-router-dom": "^6.20.1",
"react-scripts": "^4.0.3",
"react-snap": "^1.23.0",
"rehype-raw": "^6.1.1",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"source-map-explorer": "^2.5.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}