@nekobird/styled-chemistry
Version:
A theming system for css-in-js.
69 lines (68 loc) • 1.92 kB
JSON
{
"name": "@nekobird/styled-chemistry",
"version": "0.0.2",
"private": false,
"description": "A theming system for css-in-js.",
"keywords": [
"nekobird"
],
"homepage": "https://github.com/nekobird/style-system#readme",
"bugs": {
"url": "https://github.com/nekobird/style-system/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nekobird/style-system.git"
},
"license": "MIT",
"author": "Andrew Prasetya",
"sideEffects": false,
"main": "build/commonjs/styled-chemistry.js",
"module": "build/esm/styled-chemistry.js",
"jsnext:main": "build/esm/styled-chemistry.js",
"types": "build/types/lib/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"build": "tsc --emitDeclarationOnly --outDir build/types/; rollup -c rollup.config.js",
"clean": "rimraf build",
"coverage": "jest --coverage",
"prepublishOnly": "npm run build",
"start": "parcel ./example/index.html",
"test": "jest --watch"
},
"dependencies": {
"polished": "^3.4.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-typescript": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"jest": "^25.1.0",
"parcel-bundler": "^1.12.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"sass": "^1.25.0",
"ts-jest": "^25.2.0",
"tslib": "^1.10.0",
"typescript": "^3.7.5"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^5.0.1"
},
"publishConfig": {
"access": "public"
}
}