-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.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
{
"name": "lambda-badger",
"version": "1.6.0",
"private": true,
"description": "",
"author": "Jimskapt",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@mdi/font": "^5",
"core-js": "^3",
"cross-spawn": "^7",
"is-stream": "^2",
"lodash.clonedeep": "^4",
"lodash.isequal": "^4",
"markdown-it": "^12",
"markdown-it-checkbox": "^1",
"material-design-icons-iconfont": "^6",
"pouchdb-browser": "^7",
"raw-loader": "^4",
"register-service-worker": "^1",
"roboto-fontface": "*",
"semver": "^7",
"showdown": "^1",
"val-loader": "^3",
"vue": "^2",
"vue-i18n": "^8",
"vue-router": "^3",
"vue-toasted": "^1",
"vuetify": "^2",
"vuex": "^3"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0",
"@vue/cli-plugin-eslint": "^4",
"@vue/cli-plugin-pwa": "^4",
"@vue/cli-plugin-router": "^4",
"@vue/cli-plugin-vuex": "^4",
"@vue/cli-service": "^4",
"@vue/test-utils": "^1",
"eslint": "^7",
"eslint-plugin-vue": "^7",
"sass": "^1",
"sass-loader": "^10",
"vue-cli-plugin-bundle-service-worker": "^0",
"vue-cli-plugin-i18n": "^1",
"vue-cli-plugin-pug": "^2",
"vue-cli-plugin-vuetify": "^2",
"vue-template-compiler": "^2",
"vuetify-loader": "^1"
},
"contributors": [
"Jimskapt <[email protected]>"
],
"displayName": "Lambda Badger",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Jimskapt/lambda-badger.git"
},
"website": "https://github.com/Jimskapt/lambda-badger"
}