-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f28e931
commit 7e63511
Showing
8 changed files
with
87 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"name": "@web-builder/react-native", | ||
"description": "Grida's React Native code builder for development automation built uppon coli", | ||
"version": "0.67.0", | ||
"license": "Apache 2.0", | ||
"homepage": "https://coli.codes/react-native", | ||
"author": "Grida Authors", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@coli.codes/css": "^0.0.34", | ||
"@coli.codes/naming": "^0.0.34", | ||
"@designto/token": "workspace:^", | ||
"@grida/builder-config": "workspace:^", | ||
"@grida/builder-platform-types": "workspace:^", | ||
"@reflect-ui/core": "0.0.12", | ||
"@web-builder/core": "workspace:^", | ||
"@web-builder/module-es": "workspace:^", | ||
"@web-builder/module-jsx": "workspace:^", | ||
"@web-builder/nodejs": "workspace:^", | ||
"@web-builder/react-core": "18.2.0", | ||
"@web-builder/styled": "workspace:0.0.0", | ||
"@web-builder/styles": "workspace:^", | ||
"coli": "^0.0.34" | ||
}, | ||
"devDependencies": { | ||
"@code-features/documentation": "workspace:^", | ||
"@types/react-native": "^0.66.16" | ||
}, | ||
"peerDependencies": { | ||
"@code-features/documentation": "workspace:^" | ||
} | ||
} | ||
"name": "@web-builder/react-native", | ||
"description": "Grida's React Native code builder for development automation built uppon coli", | ||
"version": "0.67.0", | ||
"license": "Apache 2.0", | ||
"homepage": "https://coli.codes/react-native", | ||
"author": "Grida Authors", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@coli.codes/css": "^0.0.34", | ||
"@coli.codes/naming": "^0.0.34", | ||
"@designto/token": "workspace:^", | ||
"@grida/builder-config": "workspace:^", | ||
"@grida/builder-platform-types": "workspace:^", | ||
"@reflect-ui/core": "0.0.12", | ||
"@web-builder/core": "workspace:^", | ||
"@web-builder/module-es": "workspace:^", | ||
"@web-builder/module-jsx": "workspace:^", | ||
"@web-builder/nodejs": "workspace:^", | ||
"@web-builder/react-core": "workspace:^", | ||
"@web-builder/styled": "workspace:^", | ||
"@web-builder/styles": "workspace:^", | ||
"coli": "^0.0.34" | ||
}, | ||
"devDependencies": { | ||
"@code-features/documentation": "workspace:^", | ||
"@types/react-native": "^0.66.16" | ||
}, | ||
"peerDependencies": { | ||
"@code-features/documentation": "workspace:^" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
{ | ||
"name": "@web-builder/react", | ||
"description": "Grida's React code builder for development automation built uppon coli", | ||
"version": "18.2.0", | ||
"private": false, | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/gridaco/designto-code", | ||
"homepage": "https://coli.codes/react", | ||
"authors": [ | ||
"grida.co <hello@grida.co>", | ||
"softmarshmallow <universe@grida.co>" | ||
], | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@code-features/component": "workspace:^", | ||
"@code-features/documentation": "workspace:^", | ||
"@coli.codes/builder": "^0.0.34", | ||
"@coli.codes/css": "^0.0.34", | ||
"@coli.codes/naming": "^0.0.34", | ||
"@designto/token": "workspace:^", | ||
"@designto/web": "workspace:0.0.0", | ||
"@grida/builder-config": "workspace:^", | ||
"@grida/builder-platform-types": "workspace:^", | ||
"@web-builder/core": "workspace:^", | ||
"@web-builder/module-es": "workspace:^", | ||
"@web-builder/module-jsx": "workspace:^", | ||
"@web-builder/react-core": "18.2.0", | ||
"@web-builder/reflect-ui": "workspace:^", | ||
"@web-builder/styled": "workspace:^", | ||
"@web-builder/styles": "workspace:^", | ||
"coli": "^0.0.34" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
"name": "@web-builder/react", | ||
"description": "Grida's React code builder for development automation built uppon coli", | ||
"version": "18.2.0", | ||
"private": false, | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/gridaco/designto-code", | ||
"homepage": "https://coli.codes/react", | ||
"authors": [ | ||
"grida.co <hello@grida.co>", | ||
"softmarshmallow <universe@grida.co>" | ||
], | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@code-features/component": "workspace:^", | ||
"@code-features/documentation": "workspace:^", | ||
"@coli.codes/builder": "^0.0.34", | ||
"@coli.codes/css": "^0.0.34", | ||
"@coli.codes/naming": "^0.0.34", | ||
"@designto/token": "workspace:^", | ||
"@designto/web": "workspace:^", | ||
"@grida/builder-config": "workspace:^", | ||
"@grida/builder-platform-types": "workspace:^", | ||
"@web-builder/core": "workspace:^", | ||
"@web-builder/module-es": "workspace:^", | ||
"@web-builder/module-jsx": "workspace:^", | ||
"@web-builder/react-core": "workspace:^", | ||
"@web-builder/reflect-ui": "workspace:^", | ||
"@web-builder/styled": "workspace:^", | ||
"@web-builder/styles": "workspace:^", | ||
"coli": "^0.0.34" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters