-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
101 lines (101 loc) · 2.94 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
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
{
"name": "nk-plus-components",
"version": "1.0.0",
"type": "module",
"author": "goduer",
"description": "This is an arco or more ui component",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shanksgx/nk-plus-components.git"
},
"bugs": {
"url": "https://github.com/shanksgx/nk-plus-components/issues"
},
"homepage": "https://shanksgx.github.io/nk-plus-components/",
"files": [
"dist"
],
"main": "./dist/nk-plus-components.umd.js",
"module": "./dist/nk-plus-components.es.js",
"exports": {
".": {
"import": "./dist/nk-plus-components.es.js",
"require": "./dist/nk-plus-components.umd.js"
}
},
"keywords": [
"arco-design",
"nk-plus-components",
"react"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"deploy": "gh-pages -d ./storybook-static",
"test": "vitest _nk-test_",
"test:ui": "vitest _nk-test_ --ui",
"coverage": "vitest run --coverage",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@arco-design/web-react": "^2.41.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.373.0",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^1.4.41",
"styled-components": "^5.3.6",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vite-tsconfig-paths": "^4.3.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-onboarding": "^8.0.9",
"@storybook/addon-themes": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@storybook/test": "^8.0.9",
"@storybook/theming": "^8.0.9",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.19",
"gh-pages": "^6.1.1",
"happy-dom": "^14.12.3",
"jest-environment-jsdom": "^29.7.0",
"less": "^4.1.3",
"postcss": "^8.4.38",
"storybook": "^8.0.9",
"storybook-dark-mode": "^4.0.1",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vitest": "^1.6.0"
}
}