-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.36 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@loadable/component": "^5.14.1",
"@sentry/react": "^6.8.0",
"@sentry/tracing": "^6.8.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/user-event": "^7.1.2",
"bootstrap": "^4.6.0",
"gitmoji-cli": "^4.0.0",
"lint-staged": "^11.0.0",
"node-sass": "^4.14.1",
"react": "^16.14.0",
"react-bootstrap": "^1.6.1",
"react-dom": "^16.14.0",
"react-icons": "^3.11.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-tsparticles": "^1.28.0",
"react-typed": "^1.2.0",
"react-vertical-timeline-component": "^2.6.0",
"styled-components": "^5.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"report": "npm run build --withReport true"
},
"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"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"canvas": "^2.6.1",
"eslint": "^7.29.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.3.2",
"webpack-bundle-analyzer": "^4.4.2"
}
}