forked from deriv-com/quill-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 4.15 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
{
"name": "@deriv/quill-icons",
"version": "0.0.1",
"description": "This is the central repository for quill icons, exported from figma design file",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"jsdelivr": "sprite/icons.svg",
"cdn": "sprite/icons.svg",
"unpkg": "sprite/icons.svg",
"scripts": {
"clean:stories": "rimraf stories storybook-static dist",
"clean:svg": "rimraf svg",
"clean": "rimraf stories src/es6 src/react src/index.ts svg storybook-static sprite",
"export:icons": "ts-node ./node_modules/@figma-export/cli/bin/run use-config ./scripts/figma.config.ts",
"export:logos": "ts-node ./node_modules/@figma-export/cli/bin/run use-config ./scripts/logo.figma.config.ts",
"export:figma": "npm-run-all export:icons export:logos",
"rexport": "npm-run-all clean export:figma",
"export:barrels": "barrelsby -c barrelsby.config.json",
"export": "npm run clean && npm run export:figma && npm run export:barrels && npm run format",
"bundle": "rimraf dist && rollup -c",
"build": "npm-run-all clean export bundle",
"build_and_publish": "npm run build && npm publish",
"storybook": "storybook dev -p 6006",
"start": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint src/**/*.{js,jsx,ts,tsx,json}",
"lint:fix": "eslint --fix src/**/*.{js,jsx,ts,tsx,json}",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx,css,md,json,scss} --config ./.prettierrc",
"prepare": "husky install"
},
"keywords": [],
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.11",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@figma-export/cli": "^4.5.0",
"@figma-export/output-components-as-es6": "^4.5.0",
"@figma-export/output-components-as-svg": "^4.5.0",
"@figma-export/output-components-as-svgr": "^4.5.0",
"@figma-export/output-components-as-svgstore": "^4.5.0",
"@figma-export/transform-svg-with-svgo": "^4.5.0",
"@figma-export/types": "^4.5.0",
"@figma-export/utils": "^4.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.1.0",
"@rollup/plugin-typescript": "^10.0.0",
"@storybook/addon-actions": "^7.4.2",
"@storybook/addon-essentials": "^7.4.2",
"@storybook/addon-interactions": "^7.4.2",
"@storybook/addon-links": "^7.4.2",
"@storybook/cli": "^7.4.2",
"@storybook/react": "^7.4.2",
"@storybook/react-webpack5": "^7.4.2",
"@storybook/testing-library": "^0.2.1",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-prettier": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/svgo": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"babel-loader": "^8.3.0",
"barrelsby": "^2.5.1",
"dotenv": "^16.0.3",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-storybook": "^0.6.13",
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"rimraf": "^3.0.2",
"rollup": "^3.5.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"storybook": "^7.4.2",
"svgo": "^3.0.2",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.9.3",
"webpack": "^5.88.2"
},
"peerDependencies": {
"react": ">= 16",
"react-dom": ">= 16"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.prettierrc": "prettier --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deriv-com/quill-icons.git"
},
"author": "Mohsen Hajibeigloo",
"license": "ISC",
"bugs": {
"url": "https://github.com/deriv-com/quill-icons/issues"
},
"homepage": "https://github.com/deriv-com/quill-icons#readme"
}