-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "@kyrolabs/skeleton-theme",
"version": "0.1.3",
"description": "Port of skeleton theme to all frameworks",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/kyrolabs/skeleton-theme.git"
},
"scripts": {},
"private": false,
"keywords": [],
"author": "Stephane Busso <[email protected]>",
"license": "MIT",
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.14",
"edit-package-json": "^0.8.12",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"jsdom": "^21.1.1",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"postcss-js": "^4.0.1",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"vite": "^4.3.3",
"vitest": "^0.30.1"
},
"type": "module",
"types": "index.d.ts",
"exports": {
"./themes/*": "./src/themes/*",
"./styles/*": "./src/styles/*",
"./tailwind/*": "./src/tailwind/*",
"./tailwind/skeleton.cjs": "./src/tailwind/skeleton.cjs"
}
}