-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.5 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 2.5 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
{
"name": "devana-react",
"version": "1.1.22",
"description": "",
"main": "dist/index.js",
"type": "module",
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/Scriptor-Group/devana-react.git"
},
"homepage": "https://www.devana.ai/",
"keywords": [
"react",
"components",
"ui",
"library",
"ai",
"storybook"
],
"bugs": {
"email": "contact@devana.ai"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"build": "vite build --config vite.config.ts && yarn type:generate",
"type:generate": "tsc --declaration -p tsconfig.build.json",
"build:rl": "rollup -c --bundleConfigAsCjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepublish": "yarn build",
"test": "jest",
"analyze": "vite build && open ./dist/stats.html"
},
"author": "Scriptor Artis",
"license": "Apache-2.0",
"devDependencies": {
"@chromatic-com/storybook": "^1.3.1",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-interactions": "^8.0.6",
"@storybook/addon-links": "^8.0.6",
"@storybook/addon-onboarding": "^8.0.6",
"@storybook/blocks": "^8.0.6",
"@storybook/react": "^8.0.6",
"@storybook/react-vite": "^8.0.6",
"@storybook/test": "^8.0.6",
"@testing-library/react": "^14.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.12",
"@types/jsdom": "^21.1.6",
"@types/react": "^18.2.61",
"@types/whatwg-fetch": "^0.0.33",
"@vitejs/plugin-react": "^4.2.1",
"browserslist": "^4.23.0",
"esbuild-plugin-browserslist": "^0.11.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"react": "18.2.0",
"read-pkg": "^9.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"source-map-explorer": "^2.5.3",
"storybook": "^8.0.6",
"terser": "^5.31.2",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.11"
},
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@uiw/react-markdown-preview": "^5.1.1",
"classnames": "^2.5.1",
"country-flag-icons": "^1.5.13"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}