-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "fiori-design-vue",
"version": "1.0.10",
"description": "A Component Library for Vue.js.",
"main": "index.js",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c --environment BUILD:production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Squall2017/fiori-design-vue.git"
},
"author": "Squall",
"license": "MIT",
"bugs": {
"url": "https://github.com/Squall2017/fiori-design-vue/issues"
},
"files": [
"index.js",
"dist"
],
"homepage": "https://github.com/Squall2017/fiori-design-vue#readme",
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0-rc.4",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.0.0-alpha.0",
"prettier": "^1.19.1",
"rollup": "^2.22.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-postcss": "^3.1.3",
"rollup-plugin-vue": "^6.0.0-beta.9"
}
}