-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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
{
"name": "world-machine",
"version": "0.1.0",
"private": true,
"homepage": "https://worldMachine.github.io/worldMachine.github.io",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"deploy": "aws s3 sync out/ s3://kbradydavis-website --acl public-read",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/bootstrap": "^5.2.6",
"@types/jquery": "^3.5.16",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"bootstrap": "^5.3.1",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"gh-pages": "^5.0.0",
"install": "^0.13.0",
"jquery": "^3.7.0",
"lottie-react-web": "^2.2.2",
"next": "13.4.10",
"npm": "^9.8.0",
"popper.js": "^1.16.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"typescript": "5.1.6"
}
}