-
Notifications
You must be signed in to change notification settings - Fork 343
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 900 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 900 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
34
35
36
{
"name": "@vanilla-extract/next-plugin",
"version": "2.5.2",
"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/turbopack-plugin": "workspace:^",
"@vanilla-extract/webpack-plugin": "workspace:^",
"semver": "^7.6.3"
},
"peerDependencies": {
"next": ">=12.1.7"
},
"devDependencies": {
"@types/semver": "^7.7.1",
"next": "12.3.4",
"webpack": "^5.90.0"
}
}