forked from chunithmsg/chunithmsg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.61 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "chunithmsg",
"version": "0.1.0",
"private": true,
"author": {
"name": "Herbert Ilhan Tanujaya",
"email": "mail@herbert.id",
"url": "https://herbert.id"
},
"contributors": [
{
"name": "Muhammad Irham Rasyidi Bin Zainal"
},
{
"name": "Ong Hin Journ",
"email": "onghinjourn@gmail.com",
"url": "https://notlega.github.io"
},
{
"name": "Yang Yi Tan"
}
],
"scripts": {
"build": "next build",
"dev": "next dev",
"ci": "yarn install --frozen-lockfile",
"eslint": "eslint \"**/*.+(js|jsx|ts|tsx)\"",
"eslint:fix": "eslint --fix \"**/*.+(js|jsx|ts|tsx)\"",
"lint": "next lint",
"prettier": "prettier --check \"**/*.+(js|jsx|ts|tsx|json|yml|yaml|md|css)\"",
"prettier:fix": "prettier --write \"**/*.+(js|jsx|ts|tsx|json|yml|yaml|md|css)\"",
"shadcn": "shadcn-ui",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@googleapis/sheets": "^5.0.5",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"axios": "^1.6.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.312.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"remark-gfm": "^4.0.0",
"remark-unwrap-images": "^4.0.0",
"sharp": "^0.33.2",
"swr": "^2.2.4",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/mdx": "^2.0.10",
"@types/node": "^18",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"autoprefixer": "^10.4.17",
"encoding": "^0.1.13",
"eslint": "8.39.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "13.3.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.33",
"prettier": "2.8.8",
"shadcn-ui": "^0.8.0",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack": "^5.89.0",
"zod": "^3.22.4"
}
}