-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "@creativestyle/kombinator",
"version": "3.4.0",
"description": "Provides a convenient and easy-to-use API for modifying Vue.js templates, making it easier for developers to create and maintain their Vue.js applications.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"vue",
"nuxt",
"vite",
"vue3",
"theme",
"rollup-plugin"
],
"author": "Krzysztof Daniel / creativestyle / ChatGPT",
"license": "MIT",
"dependencies": {
"colorette": "^2.0.20",
"glob": "^10.1.0",
"rollup": "^3.20.3",
"temp": "^0.9.4",
"vite": "^4.2.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.0",
"@types/fs-extra": "^11.0.1",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/temp": "^0.9.1",
"graphql": "^16.7.1",
"jest": "^29.5.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-vue": "^6.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"vue": "^3.2.47"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/creativestyle/kombinator.git"
}
}