-
Notifications
You must be signed in to change notification settings - Fork 343
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 790 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 790 Bytes
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
{
"name": "@vanilla-extract/next-plugin",
"version": "2.4.17",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-next-plugin.cjs.js",
"module": "dist/vanilla-extract-next-plugin.esm.js",
"types": "dist/vanilla-extract-next-plugin.cjs.d.ts",
"preconstruct": {
"entrypoints": [
"index.ts"
]
},
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "https://github.com/vanilla-extract-css/vanilla-extract.git",
"directory": "packages/next-plugin"
},
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vanilla-extract/webpack-plugin": "workspace:^"
},
"peerDependencies": {
"next": ">=12.1.7"
},
"devDependencies": {
"next": "12.3.4",
"webpack": "^5.90.0"
}
}