-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.11 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.11 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "personal-site",
"private": true,
"author": {
"name": "Alan Romano"
},
"version": "2.0.1",
"type": "module",
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -r https://github.com/alan-romano/alan-romano.github.io.git -b main -d dist",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-hover-card": "^1.1.6",
"base64-js": "^1.5.1",
"bulma": "^1.0.1",
"gh-pages": "^6.1.1",
"jquery": "^3.6.0",
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-lazy-with-preload": "^2.0.1",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "^15.4.4",
"react-transition-group": "^4.4.2",
"salita": "^0.12.3",
"sass": "^1.77.4",
"styled-components": "^5.3.1",
"wabt": "^1.0.35",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.2",
"@types/react-router-dom": "^5.1.8",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/react-transition-group": "^4.4.2",
"@types/styled-components": "^5.1.14",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-pwa": "^0.20.1"
}
}