-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1023 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1023 Bytes
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
{
"name": "abeatte",
"version": "2.0.0",
"private": true,
"homepage": "https://artbeatte.com",
"scripts": {
"clean": "sudo rm -r build node_modules",
"dev": "next dev",
"build": "next build",
"start": "npx serve@latest ./build",
"predeploy": "npm run build",
"deploy": "touch build/.nojekyll && gh-pages -d build --dotfiles"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"classnames": "^2.5.1",
"jquery": "^3.7.1",
"next": "^16.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga": "^3.3.1",
"react-konami-code": "^2.3.0",
"react-scroll": "^1.9.3"
},
"devDependencies": {
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"@types/react-scroll": "^1.8.10",
"gh-pages": "^6.3.0",
"npm-check-updates": "^19.1.2",
"typescript": "5.9.3"
}
}