-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
65 lines (65 loc) · 1.88 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
{
"name": "ksana.in",
"description": "Pemendek tautan yang mudah dan gratis",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"postbuild": "next-sitemap",
"start": "next start",
"format": "prettier --ignore-path .gitignore \"**/*.+(js|ts|tsx|css|scss|json|md|html)\" --write",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/react": "2.2.6",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@splitbee/web": "^0.3.0",
"@supabase/supabase-js": "2.31.0",
"cookie": "^0.7.0",
"cookies-next": "^2.1.2",
"copy-to-clipboard": "^3.3.3",
"framer-motion": "^6.5.1",
"next": "12.3.4",
"next-pwa": "^5.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/cookie": "^0.5.1",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.17.1",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.4.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"gray-matter": "^4.0.3",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"markdown-it": "^12.3.2",
"next-sitemap": "^3.1.17",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"shiki": "^0.11.0",
"typescript": "^4.7.4"
},
"license": "SEE LICENSE IN LICENSE",
"packageManager": "[email protected]",
"engines": {
"node": ">=18",
"pnpm": ">=8.6.5"
}
}