-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.04 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.04 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
{
"name": "@polinetwork/components",
"private": true,
"version": "0.0.0",
"type": "module",
"source": "src/index.ts",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"homepage": "https://polinetworkorg.github.io/components",
"files": [
"dist"
],
"scripts": {
"dev": "storybook dev -p 6006",
"build-docs": "storybook build",
"predeploy": "pnpm run build-docs",
"deploy-storybook": "gh-pages -d storybook-static",
"build": "vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"chromatic": "npx chromatic --project-token=chpt_b5f15eaef87b6e3 --build-script-name=build-docs"
},
"dependencies": {
"chromatic": "^6.19.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.63.6",
"vite-plugin-svgr": "^3.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "7.1.1",
"@storybook/addon-interactions": "7.1.1",
"@storybook/addon-links": "7.1.1",
"@storybook/addon-mdx-gfm": "7.1.1",
"@storybook/blocks": "7.1.1",
"@storybook/manager-api": "^7.1.1",
"@storybook/react": "7.1.1",
"@storybook/react-vite": "7.1.1",
"@storybook/testing-library": "0.2.0",
"@storybook/theming": "^7.1.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"eslint-plugin-storybook": "^0.6.13",
"gh-pages": "^5.0.0",
"prettier": "^3.0.0",
"prop-types": "15.8.1",
"storybook": "7.1.1",
"typescript": "^5.0.2",
"vite": "^4.5.3",
"vite-plugin-dts": "^3.3.1",
"vite-tsconfig-paths": "^4.2.0"
},
"readme": "ERROR: No README data found!",
"_id": "@polinetwork/components@0.0.0"
}