@stitches/react
Advanced tools
Comparing version 0.0.1 to 0.0.2-canary.0
{ | ||
"name": "@stitches/react", | ||
"version": "0.0.1", | ||
"version": "0.0.2-canary.0", | ||
"description": "The modern CSS-in-JS library", | ||
"main": "dist/react.cjs.js", | ||
"module": "dist/react.esm.js", | ||
"contributors": [ | ||
"Christian Alfoni <christianalfoni@gmail.com>", | ||
"Pedro Duarte <pedro@modulz.app>", | ||
"Abdul Hallak <abdul@modulz.app>" | ||
"Abdulhadi Alhallak <abdulhadi@modulz.app>" | ||
], | ||
"preconstruct": { | ||
"source": "src/index.tsx" | ||
}, | ||
"lint-staged": { | ||
"./**/*.{js,jsx,ts,tsx}": [ | ||
"tslint --fix", | ||
"prettier --write", | ||
"git add" | ||
], | ||
"./**/*.{css,md,json}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
"license": "MIT", | ||
"repository": "git+https://github.com/modulz/stitches.git", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"publishConfig": { | ||
@@ -18,6 +32,2 @@ "access": "public" | ||
"scripts": { | ||
"build": "npm run build:lib & npm run build:es", | ||
"build:lib": "tsc -p tsconfig.build.json --outDir lib --module commonjs", | ||
"build:es": "tsc -p tsconfig.build.json --outDir es --module es2015", | ||
"clean": "rimraf dist es lib coverage", | ||
"typecheck": "tsc --noEmit", | ||
@@ -28,4 +38,2 @@ "lint": "tslint --project tsconfig.json --format stylish", | ||
"test:watch": "node ../../node_modules/jest/bin/jest.js --env=jsdom --watch --updateSnapshot", | ||
"prebuild": "npm run clean", | ||
"postbuild": "rimraf {lib,es}/**/__tests__ {lib,es}/**/*.{spec,test}.{js,d.ts,js.map}", | ||
"posttest": "npm run typecheck && npm run lint", | ||
@@ -42,4 +50,3 @@ "preversion": "npm test", | ||
"files": [ | ||
"lib", | ||
"es" | ||
"dist" | ||
], | ||
@@ -50,7 +57,11 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@stitches/core": "^0.0.1", | ||
"@stitches/core": "^0.0.2-canary.0", | ||
"@types/node": "^13.11.1", | ||
"@types/react-test-renderer": "^16.9.3", | ||
"tslib": "^1.11.1" | ||
}, | ||
"gitHead": "c3509acc346ab0f9820b61ffb26307ec280ccebf" | ||
"devDependencies": { | ||
"react-test-renderer": "^16.13.1" | ||
}, | ||
"gitHead": "fcf069d00544c1438a4d2c55669bca2abc338b8b" | ||
} |
@@ -13,3 +13,3 @@ <a href="https://stitches-site.modulz-deploys.com" > | ||
For full documentation, visit [stitches.com](https://stitches-site.modulz-deploys.com). | ||
For full documentation, visit [stitches.dev](https://stitches.dev). | ||
@@ -25,3 +25,4 @@ ## Contributing | ||
- Jenna Smith ([@jjenzz](https://twitter.com/jjenzz)) - [Modulz](https://modulz.app) | ||
- Abdul Hallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app) | ||
- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app) | ||
- Fabrice Weinberg ([@fweinb](https://twitter.com/fweinb)) | ||
@@ -28,0 +29,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
718
32
45915
5
1
4
1
+ Added@stitches/core@0.0.2(transitive)
+ Added@types/prop-types@15.7.13(transitive)
+ Added@types/react@16.14.62(transitive)
+ Added@types/react-test-renderer@16.9.12(transitive)
+ Added@types/scheduler@0.16.8(transitive)
+ Addedcsstype@3.1.3(transitive)
- Removed@stitches/core@0.0.1(transitive)