forked from framevuerk/framevuerk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.33 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
{
"name": "framevuerk",
"version": "3.0.0-beta57",
"description": "Fast, Responsive, Without Dependencies, Both Direction Support and Configurable UI Framework based on Vue.js.",
"main": "dist/framevuerk.js",
"scripts": {
"lint": "eslint . --ignore-path .eslintignore --ext .js,.vue -c .eslintrc.js --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"test": "npm run lint",
"clean": "rimraf ./dist",
"build:lib": "node build --source lib -p",
"build:docs": "node build --source docs -p",
"build": "npm run build:lib && npm run build:docs",
"dev": "node build --source docs --watch",
"prepublishOnly": "./prepublish.sh"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.1",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^5.0.2",
"font-awesome": "^4.7.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"idate": "^0.1.6",
"raw-loader": "^4.0.0",
"rimraf": "^3.0.0",
"style-loader": "^1.1.2",
"vue": "^2.6.11",
"vue-component-style": "^1.0.3",
"vue-docgen-api": "^4.2.2",
"vue-docgen-loader": "^1.3.0",
"vue-eslint-parser": "^7.0.0",
"vue-highlightjs": "^1.3.3",
"vue-loader": "^15.7.2",
"vue-meta": "^2.3.1",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.2",
"webpack-dev-server": "^3.10.1",
"webpackbar": "^4.0.0"
},
"peerDependencies": {
"vue": ">= 2.2.0 < 3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/framevuerk/framevuerk.git"
},
"keywords": [
"vue",
"component",
"framework",
"framevuerk",
"ui",
"ux",
"responsive",
"full responsive",
"configurable",
"fast",
"lightweight",
"rtl",
"ltr"
],
"engines": {
"node": ">=6.0.0",
"npm": ">=5.0.0"
},
"author": "nainemom <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/framevuerk/framevuerk/issues"
},
"homepage": "https://github.com/framevuerk/framevuerk#readme"
}