-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.8 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
{
"name": "mortal",
"version": "1.3.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"release": "release-it"
},
"homepage": "https://github.com/narol1024/mortal#readme",
"author": "narol <[email protected]> (https://github.com/narol1024)",
"bugs": {
"url": "https://github.com/narol1024/mortal/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/narol1024/mortal.git"
},
"dependencies": {
"@ebay/nice-modal-react": "^1.2.13",
"@nextui-org/modal": "^2.0.33",
"@nextui-org/react": "^2.3.6",
"@nextui-org/theme": "^2.2.3",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/postgres": "^0.8.0",
"ali-oss": "^6.20.0",
"cobe": "^0.6.3",
"dayjs": "^1.11.11",
"framer-motion": "^11.2.4",
"lucide-react": "^0.379.0",
"mobx": "^6.12.3",
"mobx-persist-store": "^1.1.5",
"mobx-react-lite": "^4.0.7",
"next": "14.2.3",
"node-fetch": "^3.3.2",
"radash": "^12.1.0",
"react": "^18",
"react-dom": "^18",
"react-spring": "^9.7.3",
"react-virtuoso": "^4.7.11"
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.0.0",
"@types/ali-oss": "^6.16.11",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"release-it": "^15.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": false
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}
}