-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.79 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
{
"name": "shuvayan-website",
"version": "0.1.0",
"private": true,
"homepage": "https://TheSYNcoder.github.io",
"dependencies": {
"@craco/craco": "^6.1.2",
"@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",
"next": "^10.2.0",
"next-seo": "^4.24.0",
"next-sitemap": "^1.6.57",
"next-themes": "0.0.14",
"postcss": "^7.0.35",
"react": "^17.0.2",
"react-confetti": "^6.1.0",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-motion": "^0.5.2",
"react-pdf": "^5.3.0",
"react-router-dom": "^6.2.1",
"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": {
"start": "craco start",
"build": "GENERATE_SOURCEMAP=false && craco build",
"test": "craco test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"build:css": "tailwind build src/styles/styles.css -o src/styles/main.css",
"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",
"next-compose-plugins": "^2.2.1"
}
}