-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.97 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
72
73
{
"name": "eliabntt-webpage",
"description": "A personal website hosted with GitHub Pages.",
"homepage": "http://eliabntt.github.io/",
"version": "0.1.2",
"private": true,
"author": {
"name": "Elia Bonetto",
"email": "[email protected]",
"url": "https://github.com/eliabntt"
},
"dependencies": {
"@palmabit/react-cookie-law": "^0.7.0",
"axios": "^1.2.2",
"bootstrap": "^5.2.3",
"express": "^4.18.2",
"gh-pages": "^4.0.0",
"jquery": "^3.6.3",
"node-sass": "^8.0.0",
"prop-types": "^15.8.1",
"react": "^16.0.0",
"react-bootstrap": "^2.7.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "^16.14.0",
"react-ga4": "^2.1.0",
"react-helmet": "^6.1.0",
"react-loading-skeleton": "^3.1.0",
"react-obfuscate": "^3.6.8",
"react-responsive-carousel": "^3.2.23",
"react-router": "^6.6.1",
"react-router-dom": "^6.6.1",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"react-typist": "^2.0.5",
"sitemap": "^7.1.1",
"typescript": "^4.9.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "WATCHPACK_POLLING=true react-scripts start",
"build": "react-scripts build && cp src/404.html build/404.html",
"test": "react-scripts test",
"eject": "react-scripts eject",
"custom-deploy": "node pages.js",
"sitemap": "babel-node ./src/sitemap.js"
},
"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": {
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"webpack-cli": "^5.0.1"
}
}