This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 2.04 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
{
"name": "sco-ui-next",
"version": "0.1.0-dev",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sco1237896/sco-ui-next.git"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --exit-zero-on-changes --project-token chpt_dbf5c97211fca0a",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky install",
"start": "next start",
"storybook": "storybook dev -p 6006",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@kaoto-next/ui": "^0.2.0",
"@patternfly/patternfly": "^5.1.0",
"@patternfly/react-core": "^5.1.1",
"@types/node": "20.8.7",
"@types/react": "18.2.30",
"@types/react-dom": "18.2.14",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/blocks": "^7.4.6",
"@storybook/nextjs": "^7.4.6",
"@storybook/react": "^7.5.0",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"chromatic": "^7.4.0",
"eslint": "8.51.0",
"eslint-config-next": "13.5.6",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-testing-library": "^6.1.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-transpile-modules": "^10.0.1",
"prettier": "^3.0.3",
"storybook": "^7.5.1",
"ts-jest": "^29.1.1"
},
"engines": {
"node": "18.x"
},
"packageManager": "[email protected]",
"resolutions": {
"@types/react": "18.2.22",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"bugs": {
"url": "https://github.com/sco1237896/sco-ui-next/issues"
}
}