-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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
{
"name": "tosinamuda-website",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "npm run clean; npm run build; firebase deploy --only hosting",
"export": "next build && next export -o ./dist",
"test": "jest",
"clean": "rm -rf .next; rm -rf out"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@svgr/webpack": "^5.5.0",
"aos": "^2.3.4",
"autoprefixer": "10.4.16",
"date-fns": "^2.30.0",
"next": "13.5.2",
"normalize.css": "^8.0.1",
"postcss": "8.4.30",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instagram-embed": "github:laradevitt/react-instagram-embed",
"react-schemaorg": "^1.3.1",
"react-twitter-embed": "^4.0.4",
"react-youtube": "^7.13.1",
"schema-dts": "^0.8.2",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@frostui/tailwindcss": "^0.1.5",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/aos": "^3.0.5",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"eslint": "8.50.0",
"eslint-config-next": "13.5.2",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "5.2.2"
},
"overrides": {
"nth-check": "^2.1.1"
}
}