-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "@jetbrains/logos",
"version": "3.0.1",
"description": "JetBrains logos and branding materials",
"author": "JetBrains",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "index.js",
"files": [
"*/*.{svg,ico,png,js}",
"logos.js",
"react.js",
"react-unique-logos-ids.js",
"LICENSE.txt"
],
"repository": {
"type": "git",
"url": "https://github.com/JetBrains/logos.git"
},
"keywords": [
"jetbrains",
"branding",
"logos"
],
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.17.12",
"@babel/template": "^7.16.7",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^5.4.0",
"@svgr/plugin-prettier": "^5.4.0",
"@svgr/plugin-svgo": "^7.0.0",
"archiver": "^3.0.0",
"archiver-promise": "^1.0.0",
"bluebird": "^3.5.5",
"buble": "^0.20.0",
"case": "^1.6.3",
"cheerio": "^1.0.0-rc.12",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^2.1.0",
"fs-extra": "^8.0.1",
"glob-all": "^3.1.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"sharp": "^0.32.6",
"standard-version": "^9.5.0",
"svgo": "^3.0.2"
},
"scripts": {
"build": "scripts/prepare.sh && npm run build:png && npm run build:react-components && npm run check",
"build:assets": "node scripts/generate-assets.js",
"build:png": "scripts/optimize.sh",
"build:react-components": "node scripts/generate-react-components.js",
"check": "node scripts/check-scripts.js",
"prerelease:ci": "standard-version && npm run build",
"release:ci": "git push --follow-tags origin master && cd dist/web && npm publish"
},
"dependencies": {}
}