-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.26 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
85
{
"name": "@creatorsn/vfluent3",
"private": false,
"version": "0.2.11",
"files": [
"dist"
],
"type": "module",
"main": "dist/vfluent3.umd.cjs",
"module": "dist/vfluent3.js",
"exports": {
".": {
"import": "./dist/vfluent3.js",
"require": "./dist/vfluent3.umd.cjs",
"types": "./dist/types/packages/index.d.ts"
},
"./style.css": "./dist/style.css"
},
"license": "MIT",
"types": "./dist/types/packages/index.d.ts",
"author": {
"name": "Creator-SN",
"url": "https://github.com/Creator-SN/"
},
"repository": {
"type": "git",
"url": "https://github.com/Creator-SN/VFluent3.git"
},
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"preview": "vite preview",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"bin:new": "node --loader ./scripts/loader.mjs ./scripts/new.ts --files",
"bin:new_old": "node --loader ./scripts/loader.mjs ./scripts/new_old.ts --files",
"bin:dt": "node --loader ./scripts/loader.mjs ./scripts/mkdocs.ts --files",
"cc": "conventional-changelog -p angular -i CHANGELOG.md -s",
"cz": "cz"
},
"dependencies": {
"@vue/shared": "^3.4.20",
"gsap": "3.1.1",
"onecolor": "3.1.0",
"pinia": "^2.1.7",
"swiper": "8.3.2",
"vue": "^3.4.20"
},
"devDependencies": {
"@types/color": "^3.0.6",
"@types/node": "^18.19.19",
"@types/prompts": "^2.4.9",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.17",
"camelcase": "^7.0.1",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2",
"csstype": "^3.1.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"decamelize": "^6.0.0",
"ora": "^6.3.1",
"picocolors": "^1.0.0",
"postcss": "^8.4.35",
"prompts": "^2.4.2",
"sass": "^1.71.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.9.5",
"unplugin-vue-define-options": "^0.6.2",
"vite": "^3.2.8",
"vitepress": "1.0.0-rc.45",
"vue-tsc": "^0.38.9"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"@types/react",
"react",
"react-dom"
]
}
}
}