-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.06 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.06 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "devtoolbox",
"version": "0.1.0",
"description": "A developer toolbox for developers",
"author": "Jcanotorr06",
"maintainers": [
"Jcanotorr06 <josephct@gmail.com> (https://www.josephcano.com)"
],
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/jcanotorr06/devtoolbox"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "yarn@1.22.5",
"keywords": [
"toolbox",
"developer",
"developer toolbox",
"devtoolbox",
"next",
"nextjs",
"react",
"reactjs",
"typescript",
"tailwindcss"
],
"private": false,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^4.19.1",
"axios": "^1.2.1",
"crypto-js": "^4.1.1",
"daisyui": "^2.43.0",
"dayjs": "^1.11.7",
"framer-motion": "^7.6.19",
"interweave": "^13.0.0",
"next": "13.0.2",
"next-pwa": "^5.6.0",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-markdown": "^8.0.5",
"react-syntax-highlighter": "^15.5.0",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-toc": "^8.0.1",
"theme-change": "^2.2.0",
"zod": "^3.18.0",
"zustand": "^4.1.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"@types/crypto-js": "^4.1.1",
"@types/next-pwa": "^5.6.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.26.0",
"eslint-config-next": "13.0.2",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.0",
"typescript": "^4.8.4"
},
"ct3aMetadata": {
"initVersion": "6.11.3"
}
}