forked from gsoft-inc/ov-igloo-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.33 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
{
"name": "@igloo-ui/icons",
"version": "1.12.1",
"description": "A set of icons handcrafted by Officevibe",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
"build": "yarn clean && node build.js && yarn babel",
"babel": "babel components --out-dir dist --copy-files",
"deploy": "yarn build-storybook && gh-pages -d storybook-static",
"lint": "eslint *.js",
"format": "prettier -w src/*",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "yarn build && changeset publish",
"storybook": "storybook dev -s public",
"build-storybook": "storybook build -s public",
"chromatic": "npx chromatic --project-token=eb3412a9c05f"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gsoft-inc/ov-igloo-icons.git"
},
"keywords": [
"igloo-ui",
"icons",
"officevibe"
],
"author": "Groupe Officevibe Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gsoft-inc/ov-igloo-icons/issues"
},
"homepage": "https://github.com/gsoft-inc/ov-igloo-icons#readme",
"dependencies": {
"classnames": "^2.3.1",
"html-react-parser": "^1.2.7"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@storybook/addon-actions": "^7.0.26",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/react": "^7.0.26",
"@storybook/react-webpack5": "^7.0.26",
"@svgr/core": "^5.5.0",
"@svgr/plugin-jsx": "^5.5.0",
"@svgr/plugin-prettier": "^5.5.0",
"@svgr/plugin-svgo": "^5.5.0",
"babel-loader": "^8.2.2",
"camelcase": "^6.2.0",
"chromatic": "^6.0.4",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-storybook": "^0.6.12",
"gh-pages": "^3.2.3",
"lodash.merge": "^4.6.2",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "3.0.2",
"storybook": "^7.0.26",
"svgo": "^2.8.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.2"
}
}