-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 827 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
{
"name": "next-disable-global-css",
"version": "0.1.5",
"description": "disable next.js global css Error",
"main": "index.js",
"author": "SouthLink",
"license": "MIT",
"scripts": {
"build": "rimraf dist && babel src -d dist",
"prepare": "pnpm build",
"prepublish": "pnpm build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SouthLink/next-disable-global-css.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/SouthLink/next-disable-global-css/issues"
},
"files": [
"/index.js",
"/dist"
],
"homepage": "https://github.com/SouthLink/next-disable-global-css#readme",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"next": "14.0.0",
"rimraf": "^5.0.5"
}
}