forked from FreeNowOrg/PixivNow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.48 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
{
"name": "pixiv-now",
"version": "3.0.1",
"private": true,
"main": "index.js",
"repository": "https://github.com/FreeNowOrg/PixivNow.git",
"contributors": [
"Dragon-Fish <[email protected]>",
"AlPha5130 <[email protected]>"
],
"license": "MIT",
"scripts": {
"start": "vite",
"serve": "vercel dev",
"build": "vite build",
"preview": "vercel deploy",
"changelog": "conventional-changelog -p jquery -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"js-cookie": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.13",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@dragon-fish/sensitive-words-filter": "^1.0.0",
"@prettier/plugin-pug": "^1.20.0",
"@types/cookie": "^0.4.1",
"@types/js-cookie": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vercel/node": "^1.14.0",
"@vitejs/plugin-vue": "^1.10.2",
"@vue/compiler-sfc": "^3.2.31",
"axios": "^0.21.4",
"camelcase-object-deep": "^1.1.5",
"cheerio": "^1.0.0-rc.10",
"conventional-changelog-cli": "^2.2.2",
"cookie": "^0.4.2",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.3",
"lodash": "^4.17.21",
"prettier": "^2.6.1",
"pug": "^3.0.2",
"sass": "^1.49.11",
"typescript": "^4.6.3",
"vercel": "^24.0.1",
"vite": "^2.9.1"
}
}