@parrot-co/parrot-ui 0.0.85 → 0.0.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -10,11 +10,7 @@
10
10
  "components",
11
11
  "parrot"
12
12
  ],
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/parrothq/parrot-ui"
16
- },
17
- "version": "0.0.85",
13
+ "version": "0.0.86",
18
14
  "source": "src/index.ts",
19
15
  "main": "dist/main.js",
20
16
  "module": "dist/module.js",
@@ -38,44 +34,64 @@
38
34
  "dist",
39
35
  "styles.css"
40
36
  ],
41
- "sideEffects": false,
42
- "types": "dist/types.d.ts",
43
- "author": "sams3pi0l",
44
- "license": "MIT",
45
37
  "scripts": {
46
- "build": "parcel build --reporter @parcel/reporter-bundle-analyzer",
38
+ "storybook": "storybook dev -p 6006",
39
+ "build:storybook": "storybook build",
40
+ "build:release": "parcel build --reporter @parcel/reporter-bundle-analyzer",
47
41
  "parcel:watch": "parcel watch",
48
- "css:dev": "postcss --watch src/styles/index.css -o styles.css"
42
+ "css:dev": "postcss --watch src/styles/index.css -o styles.css",
43
+ "dev": "yarn storybook",
44
+ "local": "foreman start -f Procfile.dev",
45
+ "publish": "npx lerna publish",
46
+ "test:utils": "jest"
47
+ },
48
+ "peerDependencies": {
49
+ "react": "^18.0.0",
50
+ "react-dom": "^18.0.0"
49
51
  },
50
52
  "devDependencies": {
51
- "@parcel/reporter-bundle-analyzer": "^2.8.3",
52
- "autoprefixer": "^10.4.15",
53
- "lightningcss-cli": "^1.21.5",
53
+ "@babel/preset-react": "^7.22.15",
54
+ "@parcel/packager-ts": "2.8.3",
55
+ "@parcel/reporter-bundle-analyzer": "^2.9.3",
56
+ "@parcel/transformer-typescript-types": "2.8.3",
57
+ "@storybook/addon-essentials": "^7.4.5",
58
+ "@storybook/addon-interactions": "^7.4.5",
59
+ "@storybook/addon-links": "^7.4.5",
60
+ "@storybook/addon-onboarding": "^1.0.8",
61
+ "@storybook/blocks": "^7.4.5",
62
+ "@storybook/react": "^7.4.5",
63
+ "@storybook/react-vite": "^7.4.5",
64
+ "@storybook/testing-library": "^0.2.1",
65
+ "@types/jest": "^29.5.5",
66
+ "@types/react": "^18.0.26",
67
+ "@types/react-dom": "^18.0.10",
68
+ "@typescript-eslint/eslint-plugin": "^5.50.0",
69
+ "@typescript-eslint/parser": "^5.50.0",
70
+ "autoprefixer": "^10.4.16",
71
+ "cssnano": "^6.0.1",
72
+ "eslint": "^8.33.0",
73
+ "eslint-plugin-react": "^7.32.2",
74
+ "eslint-plugin-storybook": "^0.6.14",
75
+ "jest": "^29.7.0",
76
+ "parcel": "^2.8.3",
54
77
  "postcss": "^8.4.28",
55
78
  "postcss-cli": "^10.1.0",
56
79
  "postcss-custom-media": "^10.0.0",
57
80
  "postcss-import": "^15.1.0",
58
81
  "postcss-nesting": "^12.0.1",
59
82
  "react": "^18.2.0",
60
- "react-dom": "^18.2.0"
61
- },
62
- "peerDependencies": {
63
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
64
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
83
+ "react-dom": "^18.2.0",
84
+ "storybook": "^7.4.5",
85
+ "ts-jest": "^29.1.1",
86
+ "typescript": "^5.0.2",
87
+ "vite": "^4.4.9"
65
88
  },
66
89
  "dependencies": {
67
90
  "@internationalized/date": "^3.2.0",
68
91
  "@radix-ui/colors": "2.0.1",
69
- "@stitches/react": "^1.2.8",
70
92
  "react-aria": "^3.27.0",
71
93
  "react-icons": "^4.8.0",
72
94
  "react-stately": "^3.24.0"
73
95
  },
74
- "browserslist": [
75
- "defaults"
76
- ],
77
- "gitHead": "4838b061741b358162a74e1cb36878c5b50f85e2",
78
- "publishConfig": {
79
- "access": "public"
80
- }
96
+ "packageManager": "yarn@3.6.3"
81
97
  }