-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.73 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
{
"name": "buntpapier",
"version": "1.9.0",
"description": "",
"author": "rashfael <[email protected]>",
"scripts": {
"lint": "vue-cli-service lint",
"build": "vuepress build docs",
"deploy": "npm run build -s && gh-pages -d dist",
"start": "vuepress dev docs"
},
"dependencies": {
"fuzzysearch": "^1.0.3",
"popper.js": "^1.14.6",
"resize-observer-polyfill": "^1.5.1",
"tether": "^1.4.5",
"tether-drop": "^1.4.2",
"typeface-roboto-mono": "0.0.54",
"vue": "^2.5.21"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@mdi/font": "^4.4.95",
"@vue/cli-plugin-babel": "^3.2.2",
"@vue/cli-plugin-eslint": "^3.2.2",
"@vue/cli-service": "^3.2.2",
"@vue/eslint-config-standard": "^3.0.5",
"autoprefixer-stylus": "^0.14.0",
"babel-eslint": "8.2.1",
"babel-loader": "^8.0.4",
"eslint": "^5.11.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.7.1",
"gh-pages": "^1.2.0",
"jstransformer-markdown": "^1.2.1",
"nib": "^1.1.2",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"roboto-fontface": "^0.10.0",
"rupture": "^0.7.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"tether-tooltip": "^1.2.0",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.5.21",
"vuelidate": "^0.7.4",
"vuepress": "^0.14.8"
},
"license": "MIT",
"main": "src/index.js",
"repository": "rashfael/buntpapier"
}