-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "my-json-portfolio",
"version": "1.0.1",
"homepage": "https://aceamarco.github.io/my-json-portfolio",
"type": "module",
"repository": "https://github.com/aceamarco/my-json-portfolio.git",
"license": "MIT",
"scripts": {
"start": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"animate.css": "^4.1.1",
"axios": "^1.3.6",
"bootstrap": "^5.3.3",
"react": "^18.2.0",
"react-bootstrap": "^2.10.3",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"react-type-animation": "^3.2.0",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.8",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"gh-pages": "^6.1.1",
"prettier": "3.1.0",
"vite": "^4.3.9"
}
}