-
Notifications
You must be signed in to change notification settings - Fork 691
/
package.json
90 lines (90 loc) · 2.65 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
86
87
88
89
90
{
"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": {
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^2.6.0",
"@nuxtjs/style-resources": "^1.2.1",
"clipboard": "^2.0.11",
"console.style": "^0.2.2",
"crypto-js": "^3.3.0",
"dayjs": "^1.11.6",
"diff": "^5.1.0",
"diff2html": "^3.4.21",
"dom-to-image": "^2.6.0",
"eva-icons": "^1.1.3",
"fabric": "^3.6.6",
"gif.js": "^0.2.0",
"highlight.js": "^9.18.5",
"html2canvas": "^1.4.1",
"ismobilejs": "^1.1.1",
"isomorphic-dompurify": "^0.5.0",
"jsoneditor": "^7.5.0",
"jsqr": "^1.4.0",
"jump.js": "^1.0.2",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
"marked": "^0.7.0",
"mavon-editor": "^2.10.4",
"normalize.css": "^8.0.1",
"nuxt": "^2.15.8",
"nzh": "^1.0.8",
"pangu": "^4.0.7",
"pinyin": "^2.11.2",
"qr-image": "^3.2.0",
"relationship.js": "^1.2.1",
"shortid": "^2.2.16",
"smoothscroll-for-websites": "^1.4.10",
"tinycolor2": "^1.4.2",
"ua-parser-js": "^0.7.32",
"v-viewer": "^1.6.4",
"validator": "^11.1.0",
"vue-clipboard2": "^0.3.3",
"vue-color": "^2.8.1",
"vue-good-table": "^2.21.11",
"vue-js-modal": "^1.3.35",
"vue-lazyload": "^1.3.4",
"vue-quill-editor": "^3.0.6",
"vue-slider-component": "^3.2.21",
"vue-sweetalert2": "^2.1.5",
"vue2-datepicker": "^2.13.4",
"vuejs-noty": "^0.1.4",
"vuex-persistedstate": "^2.7.1"
},
"devDependencies": {
"all-contributors-cli": "^6.24.0",
"babel-eslint": "^10.1.0",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-vue": "^5.2.3",
"nodemon": "^1.19.4",
"postcss-pxtorem": "^4.0.1",
"pre-commit": "^1.2.2",
"prettier": "1.14.3",
"sass": "^1.55.0",
"sass-loader": "^8.0.2"
},
"pre-commit": [
"lint"
],
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}