@cosmic-design/san
Advanced tools
Comparing version 0.1.1-beta.72022a2 to 0.1.1-beta.98ba66f
110
package.json
{ | ||
"name": "@cosmic-design/san", | ||
"version": "0.1.1-beta.72022a2", | ||
"scripts": { | ||
"build": "node ./script/build.js", | ||
"watch": "node ./script/watch.js", | ||
"test": "jest", | ||
"clean": "rimraf dist types", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"browser": "./dist/es5/index.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"exports": { | ||
"./css/*": "./dist/css/*", | ||
"./*": { | ||
"import": "./dist/esm/*/index.js", | ||
"require": "./dist/cjs/*/index.js" | ||
}, | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"types": "./types", | ||
"files": [ | ||
"src", | ||
"dist", | ||
"types" | ||
], | ||
"dependencies": { | ||
"@cosmic-design/style": "workspace:*", | ||
"prismjs": "~1.27.0", | ||
"san": "~3.11.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "~7.17.5", | ||
"@babel/eslint-parser": "~7.17.0", | ||
"@babel/eslint-plugin": "~7.16.5", | ||
"@ecomfe/eslint-config": "~7.4.0", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "~27.4.1", | ||
"@types/node": "16.11.7", | ||
"cheerio": "1.0.0-rc.3", | ||
"fs-extra": "^10.1.0", | ||
"identity-obj-proxy": "~3.0.0", | ||
"jest": "~27.5.1", | ||
"rimraf": "~3.0.2", | ||
"san-ssr": "^4.9.1", | ||
"san-test-utils": "0.2.0", | ||
"ts-jest": "~27.1.3", | ||
"ts-node": "~10.7.0", | ||
"typescript": "~4.4.3", | ||
"vite": "2.9.9", | ||
"vite-dts": "^1.0.4" | ||
} | ||
"name": "@cosmic-design/san", | ||
"version": "0.1.1-beta.98ba66f", | ||
"scripts": { | ||
"build": "node ./script/build.js", | ||
"watch": "node ./script/watch.js", | ||
"test": "jest", | ||
"clean": "rimraf dist types", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"browser": "./dist/es5/index.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"exports": { | ||
"./css/*": "./dist/css/*", | ||
"./*": { | ||
"import": "./dist/esm/*/index.js", | ||
"require": "./dist/cjs/*/index.js" | ||
}, | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"types": "./types", | ||
"files": [ | ||
"src", | ||
"dist", | ||
"types" | ||
], | ||
"dependencies": { | ||
"@cosmic-design/style": "0.1.1-beta.98ba66f", | ||
"prismjs": "~1.27.0", | ||
"san": "~3.11.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "~7.17.5", | ||
"@babel/eslint-parser": "~7.17.0", | ||
"@babel/eslint-plugin": "~7.16.5", | ||
"@ecomfe/eslint-config": "~7.4.0", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "~27.4.1", | ||
"@types/node": "16.11.7", | ||
"cheerio": "1.0.0-rc.3", | ||
"fs-extra": "^10.1.0", | ||
"identity-obj-proxy": "~3.0.0", | ||
"jest": "~27.5.1", | ||
"rimraf": "~3.0.2", | ||
"san-ssr": "^4.9.1", | ||
"san-test-utils": "0.2.0", | ||
"ts-jest": "~27.1.3", | ||
"ts-node": "~10.7.0", | ||
"typescript": "~4.4.3", | ||
"vite": "2.9.9", | ||
"vite-dts": "^1.0.4" | ||
} | ||
} |
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
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
612862
340
0
+ Added@cosmic-design/style@0.1.1-beta.98ba66f(transitive)