-
Notifications
You must be signed in to change notification settings - Fork 339
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 990 Bytes
/
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
{
"name": "docs",
"version": "2.0.0-beta.18",
"description": "floating-vue docs",
"private": true,
"main": "index.js",
"authors": {
"name": "Guillaume Chau",
"email": "[email protected]"
},
"repository": {
"url": "git+https://github.com/Akryum/floating-vue.git",
"type": "git",
"directory": "packages/docs"
},
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"lint": "eslint . --ext .js,.vue"
},
"license": "MIT",
"dependencies": {
"color": "^3.1.3",
"floating-vue": "^2.0.0-beta.18",
"vue-feather-icons": "^5.1.0",
"vue-github-button": "^1.3.0"
},
"devDependencies": {
"@types/vue-feather-icons": "^5.0.1",
"@vue/eslint-config-standard": "^6.0.0",
"autoprefixer": "^9",
"babel-eslint": "^10.0.1",
"eslint": "^7.16.0",
"eslint-plugin-vue": "^7.4.0",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vuepress": "^1.8.0"
}
}