forked from antoniandre/splitpanes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 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
{
"name": "splitpanes",
"version": "2.2.1",
"description": "A Vue JS reliable, simple and touch-ready panes splitter / resizer",
"author": "Antoni Andre <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name splitpanes ./src/components/splitpanes/index.js --dest ./dist"
},
"main": "./dist/splitpanes.common.js",
"unpkg": "dist/splitpanes.umd.min.js",
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"dependencies": {},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"@vue/eslint-config-standard": "^5.0.1",
"babel-eslint": "^10.0.3",
"core-js": "^3.6.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.0.1",
"material-design-icons-iconfont": "^5.0.1",
"node-sass": "^4.13.0",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"roboto-fontface": "*",
"sass-loader": "^8.0.0",
"simple-syntax-highlighter": "^1.0.6",
"vue": "^2.6.11",
"vue-cli-plugin-vuetify": "^2.0.2",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.11",
"vuetify": "^2.1.15"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"keywords": [
"split panes",
"panes resizer",
"vue",
"vuejs",
"ui"
],
"license": "MIT",
"repository": "https://github.com/antoniandre/splitpanes"
}