-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (57 loc) · 1.71 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
{
"name": "vue3-router-tree",
"version": "0.1.6",
"author": "BOUSSADJRA BRAHIM",
"private": false,
"main": "./build/vue3-router-tree.common.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"bundle": "vue-cli-service build --dest build --target lib --name vue3-router-tree ./src/components/Vue3RouterTree/index.tsx",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"core-js": "^3.6.5",
"prismjs": "^1.23.0",
"vue": "^3.0.0-0",
"vue-router": "^4.0.2"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"@types/prismjs": "^1.16.2",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/test-utils": "^2.0.0-0",
"autoprefixer": "^9.8.6",
"node-sass": "^4.12.0",
"postcss": "^7.0.35",
"sass-loader": "^8.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"typescript": "~3.9.3",
"vue-jest": "^5.0.0-0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boussadjra/vue3-router-tree.git"
},
"license": "MIT",
"homepage": "https://boussadjra.github.io/vue3-router-tree/",
"files": [
"build/*",
"src/*",
"*.json"
],
"keywords": [
"vue.js 3",
"vuejs 3",
"tree view",
"vue tree view",
"vue component",
"web component"
]
}