-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (57 loc) · 1.66 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": "form-wizard-vue3",
"version": "1.1.0",
"main": "./dist/form-wizard-vue3.umd.js",
"module": "./dist/form-wizard-vue3.es.js",
"author": "Bahadir Sofuoglu <[email protected]>",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"keywords": [
"vue",
"vue3",
"form-wizard",
"wizard",
"stepper",
"component"
],
"peerDependencies": {
"vue": "3.x"
},
"devDependencies": {
"@babel/types": "^7.20.2",
"@types/node": "^18.11.9",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "2.2.7",
"@vue/tsconfig": "^0.1.3",
"@vitest/coverage-c8": "^0.27.3",
"c8": "^7.11.3",
"eslint": "^8.22.0",
"jsdom": "^19.0.0",
"path": "^0.12.7",
"primeicons": "^6.0.1",
"sass": "^1.52.0",
"typescript": "^4.5.4",
"vite": "^4.0.4",
"vite-plugin-dts": "^1.7.1",
"vitepress": "^1.0.0-alpha.40",
"vitest": "0.27.2",
"vue": "^3.2.25",
"vue-tsc": "^1.0.9"
},
"license": "MIT",
"homepage": "https://bahadirsofuoglu.github.io/form-wizard-vue3/",
"repository": {
"type": "git",
"url": "git+https://github.com/bahadirsofuoglu/form-wizard-vue3.git"
}
}