forked from SolidZORO/next-plugin-antd-less
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·56 lines (56 loc) · 1.48 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "next-plugin-antdesign-less",
"version": "1.3.0",
"main": "index.js",
"sideEffect": false,
"author": "Jason Feng <solidzoro@live.com>",
"description": "Use Antd (with Less) with Next.js, Zero Dependency on other Next-Plugins.",
"license": "MIT",
"homepage": "https://github.com/solidzoro/next-plugin-antd-less",
"repository": {
"type": "git",
"url": "https://github.com/solidzoro/next-plugin-antd-less.git"
},
"bugs": {
"url": "https://github.com/solidzoro/next-plugin-antd-less/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"-------------------------------- TOOL ----": "----",
"versionup": "standard-version -r patch",
"versionup:minor": "standard-version -r minor",
"versionup:major": "standard-version -r major",
"versionup:init": "standard-version --first-release",
"-------------------------------- PROD ----": "----",
"release-beta": "npm publish --dist-tag --tag beta",
"release": "npm publish --dist-tag"
},
"keywords": [
"next",
"nextjs",
"next.js",
"less",
"less plugin",
"antd",
"ant design",
"antd plugin",
"plugin",
"css module",
"next plugin"
],
"devDependencies": {},
"dependencies": {
"clone": "^2.1.2",
"less": "^4.1.1",
"less-loader": "^7",
"null-loader": "^4.0.1"
}
}