-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 3.87 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "wallpapers-yeutech",
"version": "1.1.1",
"description": "Yeutech official wallpapers",
"homepage": "https://yeutech-lab.github.io/wallpapers-yeutech",
"author": "Dimitri Kopriwa <[email protected]> (https://github.com/kopax)",
"scripts": {
"build": "true",
"build:readme": "toctoc README.md -w",
"test": "true",
"prepublish": "npm run build",
"lint-staged": "lint-staged",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"repository": {
"type": "git",
"url": "https://github.com/yeutech-lab/wallpapers-yeutech.git"
},
"bugs": {
"url": "https://github.com/yeutech-lab/wallpapers-yeutech/issues"
},
"keywords": [
"static",
"yeutech.vn",
"wallpapers",
"yeutech"
],
"license": "MIT",
"pre-commit": [
"build:readme"
],
"devDependencies": {
"@rollup-umd/documentation": "^1.3.5",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.7",
"@semantic-release/github": "^5.2.8",
"@semantic-release/npm": "^5.1.3",
"@svgr/webpack": "^4.1.0",
"@yeutech-lab/documentation": "^1.0.11",
"cz-conventional-changelog": "^2.1.0",
"pre-commit": "^1.2.2",
"react-styleguidist": "8.0.6",
"semantic-release": "^15.13.2",
"toctoc": "^0.3.2",
"webpack": "^4.28.3"
},
"dependencies": {},
"peerDependencies": {},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"tag": "latest",
"access": "public"
},
"release": {
"branch": "master",
"npmPublish": true,
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
{
"path": "@semantic-release/git",
"assets": [
"package.json",
"static/**/*",
"CHANGELOG.md",
"README.md",
"LICENSE.md"
]
}
],
"publish": [
"@semantic-release/npm",
{
"path": "@semantic-release/github",
"assets": [
{
"path": "package.json"
},
{
"path": "LICENSE.md"
},
{
"path": "CHANGELOG.md"
},
{
"path": "README.md"
},
{
"path": "dist/*.esm.js",
"label": "ES module"
},
{
"path": "dist/*.esm.js.map",
"label": "ES module source map"
},
{
"path": "dist/*.min.js",
"label": "UMD compressed"
},
{
"path": "dist/*.min.js.map",
"label": "UMD compressed source map"
},
{
"path": "dist/*.cjs.min.js",
"label": "CJS compressed"
},
{
"path": "dist/*.cjs.min.js.map",
"label": "CJS compressed source map"
},
{
"path": "lib/*.js",
"label": "CJS folder"
}
]
}
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"declinationId": "static",
"contributors": [],
"greenkeeper": {
"label": "dependency",
"commitMessages": {
"initialBadge": "docs(readme): add Greenkeeper badge",
"initialDependencies": "chore(package): update dependencies",
"initialBranches": "chore(travis): whitelist greenkeeper branches",
"dependencyUpdate": "fix(package): update ${dependency} to version ${version}",
"devDependencyUpdate": "chore(package): update ${dependency} to version ${version}",
"dependencyPin": "fix: pin ${dependency} to ${oldVersion}",
"devDependencyPin": "chore: pin ${dependency} to ${oldVersion}",
"closes": "\n\nCloses #${number}"
}
}
}