-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.25 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.25 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
{
"name": "parte-ui",
"private": false,
"version": "0.2.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"start": "start-storybook -p 6006",
"lint-fix": "eslint ./src --fix",
"build": "tsc && vite build",
"preview": "vite preview",
"build-storybook": "build-storybook",
"server": "uxpin-merge server",
"uxpin": "uxpin-merge --disable-tunneling --config=.uxpin/uxpin.config.js",
"push": "uxpin-merge push --config=.uxpin/uxpin.config.js",
"push_by_version": "yarn push --token --tag $npm_package_version",
"chromatic": "chromatic --exit-zero-on-changes"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"styled-components": ">= 5.3.3"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-vite": "^0.4.2",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@tanstack/react-table": "^8.7.9",
"@types/node": "^18.11.9",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/react-transition-group": "4.4.5",
"@types/shallowequal": "^1.1.1",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@uxpin/merge-cli": "^2.8.1",
"@vitejs/plugin-react": "^2.2.0",
"babel-loader": "^8.2.5",
"chromatic": "^6.11.4",
"eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-unused-imports": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.7.0",
"react-select-async-paginate": "^0.7.2",
"react-transition-group": "4.4.5",
"rxjs": "^7.8.0",
"shallowequal": "^1.1.0",
"storybook": "^6.5.16",
"styled-components": "^5.3.6",
"ts-loader": "^8.1.0",
"typescript": "^4.6.4",
"uuid": "^9.0.0",
"vite": "^3.2.0",
"vite-plugin-dts": "^1.6.6"
}
}