-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.94 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
{
"name": "valora-ui-kit",
"version": "1.0.11",
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/valora-org/valora-ui-kit"
},
"author": {
"name": "Valora Libs",
"email": "valora@valora.cc"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "rm -rf dist && tsc -p .",
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"styled-components": "^5.3.5"
},
"peerDependencies": {
"antd": "^4.21.2"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/core": "^7.18.5",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack4": "^6.5.9",
"@storybook/manager-webpack4": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.2.0",
"@types/jest": "^28.1.1",
"@types/recharts": "^1.8.23",
"@types/styled-components": "^5.1.25",
"antd": "^4.21.2",
"antd-img-crop": "^4.2.3",
"babel-loader": "^8.2.5",
"babel-plugin-styled-components": "^2.0.7",
"framer-motion": "^6.3.11",
"jest": "^28.1.1",
"jest-styled-components": "^7.0.8",
"moment": "^2.29.3",
"react": "^18.2.0",
"react-circular-progressbar": "^2.0.4",
"react-dom": "^18.2.0",
"react-number-format": "^4.6.0",
"recharts": "^1.8.5",
"storybook-addon-styled-component-theme": "^2.0.0",
"styled-icons": "^10.45.0",
"typescript": "^4.7.3"
}
}