generated from unplugin/unplugin-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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
{
"name": "@pinceau/nuxt",
"version": "1.0.0-beta.29",
"homepage": "https://github.com/Tahul/pinceau#readme",
"bugs": {
"url": "https://github.com/Tahul/pinceau/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tahul/pinceau.git"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"server"
],
"scripts": {
"build": "unbuild",
"clean": "rm -rf dist",
"stub": "unbuild --stub"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@pinceau/integration": "workspace:*",
"@pinceau/pigments": "workspace:*",
"@pinceau/vue": "workspace:*"
},
"devDependencies": {
"@nuxt/test-utils": "^3.8.1",
"@nuxthq/studio": "^1.0.5",
"@nuxtjs/color-mode": "^3.3.2",
"@pinceau/configs": "workspace:*",
"nitropack": "2.8.1",
"nuxi": "3.10.0",
"nuxt": "3.8.2",
"nuxt-component-meta": "^0.6.0"
}
}