-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
58 lines (58 loc) · 1.62 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
{
"name": "luisa-vue",
"version": "3.0.34",
"description": "Luisa - VUE Renderer for FIGMA designs. Turn your Figma or Quant-UX design into VUE, or create re-usable designlets",
"main": "./dist/luisa-vue3.common.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"export": "vue-cli-service build --target lib --name luisa-vue3 ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KlausSchaefers/qux-low-code.git"
},
"keywords": [
"Quant-UX",
"Figma",
"Prototyping",
"Low Code",
"vue.js"
],
"author": "Klaus Schaefers",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/KlausSchaefers/vue-low-code/issues"
},
"homepage": "https://github.com/KlausSchaefers/vue-low-code#readme",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-unit-jest": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/vue3-jest": "^27.0.0-alpha.2",
"@vue/compiler-sfc": "^3.2.19",
"@vue/test-utils": "^2.0.0-0",
"babel-eslint": "^10.1.0",
"bili": "^5.0.5",
"chalk": "^4.1.2",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"typescript": "~4.3",
"babel-jest": "^27.0.6",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1"
},
"dependencies": {
"core-js": "^3.18.2",
"vue": "^3.2.13",
"vue-router": "^4.0.3"
},
"files": [
"dist/*"
]
}