-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "silence",
"version": "0.0.1",
"description": "collect my favorite librarys and inspirations",
"repository": "https://github.com/misakafs/silence.git",
"author": "lhlyu",
"license": "MIT",
"scripts": {
"fmt": "prettier --write .",
"dev": "vite",
"build": "vite build --outDir ./docs",
"serve": "vite preview"
},
"cfg": {
"repo": "misakafs/silence",
"count": 30,
"ttl": 600
},
"dependencies": {
"dayjs": "^1.10.4",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"highlight.js": "^10.6.0",
"js-md5": "^0.7.3",
"vconsole": "^3.5.1",
"vue": "^3.0.11",
"web-storage-cache": "^1.1.1"
},
"devDependencies": {
"@types/js-md5": "^0.4.2",
"@vitejs/plugin-vue": "^1",
"@vue/compiler-sfc": "^3",
"autoprefixer": "^10",
"postcss": "^8",
"postcss-loader": "^5",
"prettier": "^2",
"sass": "^1",
"typescript": "^4",
"vite": "^2",
"vue-tsc": "^0"
}
}