This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
123 lines (123 loc) · 4.08 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
{
"name": "@deriv/quill-design",
"version": "1.2.29",
"description": "Deriv Quill Design UI library",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist/**",
"quill-tailwind/**"
],
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"rollup": "rollup --config rollup.config.ts --configPlugin typescript",
"build": "npm-run-all clean rollup",
"build:watch": "npx rollup --config rollup.config.ts --configPlugin typescript -w",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --coverage",
"test:staged": "jest --bail --findRelatedTests",
"test:update": "jest --updateSnapshot",
"prepare": "husky install",
"semantic-release": "semantic-release",
"commitlint": "commitlint --edit",
"prepublish": "npm run build",
"chromatic": "chromatic --exit-zero-on-changes --only-changed --exit-once-uploaded --externals 'quill-tailwind/**' ",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --webpack-stats-json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deriv-com/quill-design.git"
},
"author": "Michio",
"license": "ISC",
"bugs": {
"url": "https://github.com/deriv-com/quill-design/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest",
"access": "public"
},
"homepage": "https://github.com/deriv-com/quill-design#readme",
"devDependencies": {
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-interactions": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.0",
"@storybook/react": "^7.4.0",
"@storybook/react-webpack5": "^7.4.0",
"@storybook/testing-library": "^0.2.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.5.0",
"autoprefixer": "^10.4.15",
"chromatic": "^7.1.0",
"clsx": "^2.0.0",
"cssnano": "^6.0.1",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-tailwindcss": "^3.13.0",
"husky": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"lint-staged": "^14.0.1",
"mock-match-media": "^0.4.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"rimraf": "^5.0.1",
"rollup": "^3.28.1",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-unused": "^0.1.1",
"sass": "^1.66.1",
"semantic-release": "^23.0.8",
"semantic-release-npm-github-publish": "^1.5.4",
"storybook": "^7.4.0",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@headlessui/react": "^1.7.17",
"@types/react": "^17.x || ^18.x",
"@use-gesture/react": "^10.3.0",
"class-variance-authority": "^0.7.0",
"react": "^17.x || ^18.x",
"react-dom": "^17.x || ^18.x",
"tailwind-merge": "^1.14.0",
"usehooks-ts": "^2.9.1",
"@deriv/quill-icons": "^2.2.1"
}
}