Skip to content

Commit

Permalink
Move more important package.json fields to top
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Jan 20, 2024
1 parent ad2ee64 commit ae90edc
Show file tree
Hide file tree
Showing 17 changed files with 152 additions and 152 deletions.
18 changes: 9 additions & 9 deletions packages/appsync-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@acusti/appsync-fetch",
"version": "0.15.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"description": "A lightweight node.js module for making requests to an AWS AppSync graphql API",
"keywords": [
"node",
Expand All @@ -14,15 +23,6 @@
"ts",
"flow"
],
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
18 changes: 9 additions & 9 deletions packages/aws-signature-v4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@acusti/aws-signature-v4",
"version": "0.6.1",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"description": "A lightweight isomorphic module to generate request headers that fulfill the AWS SigV4 signing process",
"keywords": [
"aws",
Expand All @@ -14,15 +23,6 @@
"ts",
"flow"
],
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
18 changes: 9 additions & 9 deletions packages/css-value-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@acusti/css-value-input",
"version": "1.0.0-rc.7",
"type": "module",
"sideEffects": false,
"exports": "./dist/CSSValueInput.js",
"main": "./dist/CSSValueInput.js",
"types": "./dist/CSSValueInput.d.ts",
"files": [
"dist",
"src"
],
"description": "React component that renders a text input that can take and update a CSS value of a particular type with a default unit",
"keywords": [
"react",
Expand All @@ -15,15 +24,6 @@
"ts",
"flow"
],
"type": "module",
"sideEffects": false,
"exports": "./dist/CSSValueInput.js",
"main": "./dist/CSSValueInput.js",
"types": "./dist/CSSValueInput.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
18 changes: 9 additions & 9 deletions packages/css-values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@acusti/css-values",
"version": "1.0.1",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"description": "Utilities for parsing different types of CSS values with or without their units",
"keywords": [
"utils",
Expand All @@ -13,15 +22,6 @@
"isomorphic",
"universal"
],
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
18 changes: 9 additions & 9 deletions packages/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@acusti/date-picker",
"version": "0.2.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"description": "React component that renders a date picker with support for date ranges",
"keywords": [
"react",
Expand All @@ -18,15 +27,6 @@
"ts",
"flow"
],
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"engines": {
"node": ">=14"
},
"scripts": {
"build": "storybook build -o dist",
"storybook": "storybook dev -p 6006"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@storybook/addon-docs": "7.6.6",
Expand All @@ -22,9 +26,5 @@
"storybook": "7.6.6",
"typescript": "^5.3.3",
"vite": "^4.4.9"
},
"scripts": {
"build": "storybook build -o dist",
"storybook": "storybook dev -p 6006"
}
}
18 changes: 9 additions & 9 deletions packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@acusti/dropdown",
"version": "0.36.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/Dropdown.js",
"main": "./dist/Dropdown.js",
"types": "./dist/Dropdown.d.ts",
"files": [
"dist",
"src"
],
"description": "React component that renders a dropdown with a trigger and supports searching, keyboard access, and more",
"keywords": [
"react",
Expand All @@ -18,15 +27,6 @@
"ts",
"flow"
],
"type": "module",
"sideEffects": false,
"exports": "./dist/Dropdown.js",
"main": "./dist/Dropdown.js",
"types": "./dist/Dropdown.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
18 changes: 9 additions & 9 deletions packages/input-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@acusti/input-text",
"version": "1.4.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/InputText.js",
"main": "./dist/InputText.js",
"types": "./dist/InputText.d.ts",
"files": [
"dist",
"src"
],
"description": "React component that renders a semi-controlled input with multiLine and selectTextOnFocus support",
"keywords": [
"react",
Expand All @@ -14,15 +23,6 @@
"ts",
"flow"
],
"type": "module",
"sideEffects": false,
"exports": "./dist/InputText.js",
"main": "./dist/InputText.js",
"types": "./dist/InputText.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
18 changes: 9 additions & 9 deletions packages/matchmaking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@acusti/matchmaking",
"version": "0.6.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"description": "Intuitive approximate string matching (i.e. fuzzy searches)",
"keywords": [
"utils",
Expand All @@ -17,15 +26,6 @@
"isomorphic",
"universal"
],
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
18 changes: 9 additions & 9 deletions packages/post/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@acusti/post",
"version": "0.5.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"description": "Super minimal fetch-inspired API wrapper around node.js’ http and https modules for making POST requests",
"keywords": [
"node",
Expand All @@ -12,15 +21,6 @@
"ts",
"flow"
],
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
18 changes: 9 additions & 9 deletions packages/styling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@acusti/styling",
"version": "0.7.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"description": "React component that renders a CSS style string as a <style> element in the <head> of the document (with global style de-duplication)",
"keywords": [
"react",
Expand All @@ -13,15 +22,6 @@
"ts",
"flow"
],
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
18 changes: 9 additions & 9 deletions packages/textual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@acusti/textual",
"version": "0.4.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"description": "Utilities for transforming and formatting text (i.e. strings)",
"keywords": [
"utils",
Expand All @@ -15,15 +24,6 @@
"isomorphic",
"universal"
],
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
Loading

0 comments on commit ae90edc

Please sign in to comment.