forked from Ice-Hazymoon/MikuTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.37 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
77
78
79
80
81
82
83
84
85
{
"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.6.0",
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/pwa": "^2.6.0",
"@nuxtjs/style-resources": "^1.0.0",
"clipboard": "^2.0.4",
"console.style": "^0.2.2",
"crypto-js": "^3.1.9-1",
"dayjs": "^1.8.16",
"dom-to-image": "^2.6.0",
"eva-icons": "^1.1.1",
"fabric": "^3.4.0",
"gif.js": "^0.2.0",
"highlight.js": "^9.15.10",
"html2canvas": "^1.0.0-rc.1",
"ismobilejs": "^1.0.3",
"isomorphic-dompurify": "^0.5.0",
"jsoneditor": "^7.0.4",
"jsqr": "^1.2.0",
"jump.js": "^1.0.2",
"lodash": "^4.17.15",
"lowdb": "^1.0.0",
"marked": "^0.7.0",
"mavon-editor": "^2.7.6",
"normalize.css": "^8.0.1",
"nuxt": "^2.9.2",
"nzh": "^1.0.4",
"pangu": "^4.0.7",
"pinyin": "^2.9.0",
"qr-image": "^3.2.0",
"relationship.js": "^1.0.0",
"shortid": "^2.2.15",
"smoothscroll-for-websites": "^1.4.10",
"tinycolor2": "^1.4.1",
"ua-parser-js": "^0.7.20",
"v-viewer": "^1.4.2",
"validator": "^11.1.0",
"vue-clipboard2": "^0.3.1",
"vue-color": "^2.7.0",
"vue-good-table": "^2.18.0",
"vue-js-modal": "^1.3.31",
"vue-lazyload": "^1.3.3",
"vue-quill-editor": "^3.0.6",
"vue-slider-component": "^3.0.40",
"vue-sweetalert2": "^2.1.1",
"vue2-datepicker": "^2.12.0",
"vuejs-noty": "^0.1.3",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"all-contributors-cli": "^6.9.1",
"babel-eslint": "^10.0.2",
"cross-env": "^6.0.0",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.12.0",
"nodemon": "^1.19.2",
"postcss-pxtorem": "^4.0.1",
"pre-commit": "^1.2.2",
"prettier": "1.14.3",
"sass-loader": "^8.0.0"
},
"pre-commit": [
"lint"
]
}