-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.01 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.01 KB
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
{
"name": "snitcher-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && swc .next/static/chunks/*.js .next/static/chunks/**/*.js -d . --include-dotfiles",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@heroicons/react": "latest",
"@lottiefiles/dotlottie-react": "^0.9.1",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.15",
"@tailwindcss/typography": "^0.5.15",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"core-js": "^3.38.1",
"cors": "^2.8.5",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"intersection-observer": "^0.12.2",
"mutationobserver-polyfill": "^1.3.0",
"next": "14.2.14",
"next-mdx-remote": "^5.0.0",
"path": "^0.12.7",
"promise-polyfill": "^8.3.0",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-lottie-player": "^2.1.0",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.6",
"regenerator-runtime": "^0.14.1",
"url-polyfill": "^1.1.12"
},
"devDependencies": {
"@swc/cli": "^0.4.1-nightly.20240914",
"@swc/core": "^1.8.0",
"@types/node": "^20",
"@types/promise-polyfill": "^6.0.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8",
"tailwindcss": "^3.4.13",
"typescript": "^5"
},
"browserslist": [
"chrome 64",
"edge 79",
"firefox 67",
"opera 51",
"safari 12"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}