-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.81 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "shuvayan-website",
"version": "0.1.0",
"private": true,
"homepage": "https://www.shuvayan.com",
"dependencies": {
"@formatjs/intl-localematcher": "^0.4.2",
"@ionic/react": "^7.5.3",
"@next/mdx": "^10.2.0",
"@tailwindcss/postcss7-compat": "^2.1.2",
"@tailwindcss/typography": "^0.4.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"autoprefixer": "^9.8.6",
"gh-pages": "^3.2.0",
"gsap": "^3.6.1",
"ionicons": "^7.2.1",
"negotiator": "^0.6.3",
"next": "latest",
"next-seo": "^4.24.0",
"next-sitemap": "^1.6.57",
"next-themes": "^0.2.1",
"postcss": "^7.0.35",
"react": "latest",
"react-confetti": "^6.1.0",
"react-dom": "latest",
"react-icons": "^4.3.1",
"react-motion": "^0.5.2",
"react-pdf": "^5.3.0",
"react-scripts": "^5.0.1",
"react-stack-grid": "^0.7.1",
"react-use": "^17.4.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2",
"typewriter-effect": "^2.17.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "next",
"build": "GENERATE_SOURCEMAP=false && next build",
"start": "next start",
"typecheck": "tsc",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.0.0",
"@mdx-js/loader": "^1.6.22",
"@types/negotiator": "^0.6.2",
"@types/react-motion": "^0.0.39",
"next-compose-plugins": "^2.2.1",
"typescript": "^5.2.2"
}
}