-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 908 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 908 Bytes
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
{
"name": "short-now",
"version": "0.0.2",
"description": "Short URL Service",
"main": "index.js",
"repository": "git@github.com:FreeNowOrg/ShortNow.git",
"author": "Dragon-Fish <dragon-fish@qq.com>",
"license": "MIT",
"private": true,
"scripts": {
"start": "vite",
"serve": "vercel dev",
"build": "vite build",
"bump": "bump --nopublish"
},
"dependencies": {
"axios": "^0.21.1",
"nprogress": "^0.2.0",
"vue": "^3.1.5",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@dragon-fish/bump": "^0.0.15",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.1.5",
"mongodb": "^4.0.1",
"nanoid": "^3.1.23",
"pug": "^3.0.2",
"querystring": "^0.2.1",
"sass": "^1.37.0",
"sensitive-word-filter": "^1.0.2",
"typescript": "^4.3.5",
"vercel": "^23.0.1",
"vite": "^2.4.4"
}
}