-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.27 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.27 KB
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": "reactfolio",
"homepage": "http://ShanoToni.github.io/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.24.7",
"bootstrap": "^5.3.3",
"react": "^18.3.1",
"react-awesome-reveal": "^4.2.14",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-native": "^0.75.2",
"react-native-web": "^0.19.12",
"react-parallax-tilt": "^1.7.237",
"react-scripts": "^5.0.1",
"react-scroll-parallax": "^3.4.5",
"react-swift-reveal": "^1.0.4",
"react-tilt": "^1.0.2",
"sass": "^1.78.0",
"tachyons": "^4.12.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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"
]
},
"overrides": {
"react-refresh": "0.11.0"
},
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"gh-pages": "^6.1.1"
}
}