-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.79 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
{
"name": "portfolio_react",
"version": "1.0.0",
"private": true,
"dependencies": {
"@animated-burgers/burger-squeeze": "^1.1.2",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.0.4",
"animate.css": "^4.1.1",
"animejs": "^3.2.1",
"classnames": "^2.3.1",
"progressbar.js": "^1.1.0",
"react-animated-burgers": "^1.2.8",
"react-genie": "^0.2.2",
"react-icons": "^4.2.0",
"react-pose": "^4.0.10",
"react-responsive": "^9.0.0-beta.6",
"react-router-scroll": "^0.4.4",
"react-scripts": "5.0.0",
"react-scroll": "^1.8.2",
"react-scrollmagic": "^2.3.0",
"react-spring": "^9.1.2",
"react-transition-group": "^4.4.1",
"rebass": "^4.0.7",
"rodal": "^1.8.1",
"styled-components": "^5.2.3",
"uikit": "^3.6.20",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "npm run build && gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"gh-pages": "^3.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Ogijun2018/portfolio_react"
},
"resolutions": {
"nth-check": "^2.0.1"
}
}