-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 907 Bytes
/
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
{
"name": "docusaurus-plugin-vanilla-extract",
"version": "1.0.2",
"description": "use vanilla-extract with docusaurus",
"main": "lib/docusaurus-plugin-vanilla-extract.js",
"types": "lib/docusaurus-plugin-vanilla-extract.d.ts",
"files": [
"lib/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/antstackio/docusaurus-plugin-vanilla-extract"
},
"keywords": [
"react",
"vanilla-extract",
"docusaurus"
],
"scripts": {
"test": "test",
"build": "tsc",
"watch": "tsc -w"
},
"publishConfig": {
"access": "public"
},
"author": "@pruthvi21",
"license": "ISC",
"dependencies": {
"@vanilla-extract/webpack-plugin": "^2.1.10"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0-beta",
"@vanilla-extract/css": "^1.6.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "^4.7.3"
}
}