-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.42 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.42 KB
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
{
"name": "@qoretechnologies/reqore",
"version": "0.63.2",
"description": "ReQore is a highly theme-able and modular UI library for React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "yarn storybook",
"test": "./node_modules/.bin/jest",
"test:watch": "./node_modules/.bin/jest --watch",
"test:ci": "./node_modules/.bin/jest --silent --json --outputFile=tests.json",
"precheck": "yarn run lint && yarn run test && yarn build:test:prod",
"build": "./node_modules/typescript/bin/tsc --project tsconfig.prod.json",
"build:test": "./node_modules/typescript/bin/tsc --noEmit",
"build:test:prod": "./node_modules/typescript/bin/tsc --project tsconfig.prod.json --noEmit",
"lint": "yarn run eslint ./src/",
"storybook": "storybook dev -p 6007",
"init-storybook": "yarn test:ci && yarn storybook",
"build-storybook": "storybook build",
"docs:dev": "docusaurus start",
"docs:build": "docusaurus build",
"docs:api": "typedoc --options typedoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qoretechnologies/reqore.git"
},
"keywords": [
"library",
"ui",
"qorus",
"react"
],
"pre-push": [
"build:test:prod",
"lint",
"test"
],
"author": "Qore Technologies",
"license": "ISC",
"bugs": {
"url": "https://github.com/qoretechnologies/reqore/issues"
},
"homepage": "https://github.com/qoretechnologies/reqore#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@chromaui/addon-visual-tests": "^0.0.98",
"@netsells/storybook-mockdate": "^0.3.3",
"@storybook/addon-actions": "^7.5.1",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/builder-webpack5": "^7.5.1",
"@storybook/jest": "^0.2.3",
"@storybook/manager-api": "^7.5.1",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^7.5.1",
"@storybook/react-webpack5": "^7.5.1",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/testing-react": "^2.0.1",
"@storybook/theming": "^7.5.1",
"@storybook/types": "^7.5.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^26.0.19",
"@types/lodash": "^4.14.166",
"@types/node": "^14.14.14",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"babel-jest": "^29.6.4",
"babel-loader": "^8.2.2",
"chromatic": "^6.20.0",
"eslint": "^8.46.0",
"eslint-plugin-react": "^7.33.1",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest-github-actions-reporter": "^1.0.2",
"npm-cli-login": "^0.1.1",
"playwright": "^1.16.3",
"pre-push": "^0.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.2",
"react-test-renderer": "^18.2.0",
"storybook": "^7.5.1",
"ts-jest": "^29.0.5",
"ts-node": "^9.1.1",
"typescript": "^4.7.3",
"viteshot": "^0.3.1",
"@docusaurus/core": "^3.6.0",
"@docusaurus/preset-classic": "^3.6.0",
"docusaurus-plugin-typedoc": "^1.0.4",
"typedoc": "^0.26.6",
"typedoc-plugin-markdown": "^4.1.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@internationalized/date": "^3.5.3",
"@popperjs/core": "^2.11.6",
"@radix-ui/react-slider": "^1.3.6",
"@react-spring/web": "^9.6.1",
"classnames": "^2.2.6",
"epoch-timeago": "^1.1.9",
"fast-json-stable-stringify": "^2.1.0",
"lodash": "^4.17.21",
"nanoid": "^5.1.5",
"polished": "^4.2.2",
"re-resizable": "^6.9.0",
"react-aria-components": "^1.2.0",
"react-icons": "5.4.0",
"react-popper": "^2.3.0",
"react-scrollbar": "^0.5.6",
"react-use": "^17.6.0",
"react-use-pagination-hook": "^1.1.2",
"react-window": "^1.8.6",
"scheduler": "^0.23.0",
"slate": "^0.103.0",
"slate-history": "^0.100.0",
"slate-react": "^0.107.0",
"styled-components": "^5.3.6",
"thenby": "^1.3.4",
"use-context-selector": "^1.4.1",
"yaml": "^2.3.1",
"zustand": "^5.0.3"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}