forked from Ice-Hazymoon/MikuTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.39 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
75
76
{
"name": "miku-tools",
"version": "1.0.0",
"description": "My tool set",
"author": "Ice-Hazymoon",
"private": true,
"scripts": {
"dev": "nuxt --hostname 0.0.0.0",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .eslintignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .eslintignore .",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/style-resources": "^1.2.1",
"console.style": "^0.2.2",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.7",
"diff": "^5.0.0",
"diff2html": "^3.4.4",
"dom-to-image": "^2.6.0",
"element-ui": "^2.15.6",
"eva-icons": "^1.1.3",
"fabric": "^4.6.0",
"gif.js": "^0.2.0",
"highlight.js": "^11.2.0",
"html2canvas": "^1.3.2",
"ismobilejs": "^1.1.1",
"isomorphic-dompurify": "^0.15.0",
"jsoneditor": "^9.5.6",
"jsqr": "^1.4.0",
"jump.js": "^1.0.2",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
"marked": "^3.0.7",
"mavon-editor": "^2.9.1",
"normalize.css": "^8.0.1",
"nuxt": "^2.15.8",
"nzh": "^1.0.5",
"pangu": "^4.0.7",
"pinyin": "^2.10.2",
"qr-image": "^3.2.0",
"relationship.js": "^1.0.0",
"shortid": "^2.2.16",
"smoothscroll-for-websites": "^1.4.10",
"tinycolor2": "^1.4.2",
"ua-parser-js": "^0.7.28",
"v-viewer": "^1.6.4",
"validator": "^13.6.0",
"vue-clipboard2": "^0.3.3",
"vue-color": "^2.8.1",
"vue-good-table": "^2.21.11",
"vue-js-modal": "^2.0.1",
"vue-lazyload": "^1.3.3",
"vue-quill-editor": "^3.0.6",
"vue-sweetalert2": "^5.0.2",
"vuejs-noty": "^0.1.4",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"cross-env": "^7.0.3",
"node-sass": "^4.12.0",
"nodemon": "^2.0.13",
"postcss-pxtorem": "^4.0.1",
"pre-commit": "^1.2.2",
"prettier": "2.4.1",
"sass-loader": "^8.0.0"
}
}