@indoqa/style-system-demo
Version:
A demo for the Indoqa Style-System theming support and base components.
66 lines (65 loc) • 1.84 kB
JSON
{
"name": "@indoqa/style-system-demo",
"version": "2.0.0-alpha.4",
"description": "A demo for the Indoqa Style-System theming support and base components.",
"license": "Apache-2.0",
"files": [
"src"
],
"scripts": {
"analyze": "source-map-explorer ./build/static/*.js{,.map}",
"build:tests": "tsc --project cypress/tsconfig.json",
"clean": "rimraf ./build ./cypress/build",
"cy:open": "cypress open",
"cy:run": "yarn build:tests && cypress run",
"e2e": "start-server-and-test serve http://localhost:5100 cy:run",
"lint": "eslint './src/**/*.tsx' './src/**/*.ts'",
"package": "react-scripts build",
"postinstall": "yarn run package",
"serve": "serve -s -l 5100 ./build",
"start": "react-scripts start"
},
"repository": {
"type": "git",
"url": "git@github.com:Indoqa/indoqa-react.git"
},
"keywords": [
"react",
"react-fela",
"fela",
"css-in-js",
"style-system",
"demo"
],
"dependencies": {
"@indoqa/style-system": "^2.0.0-alpha.4",
"@indoqa/ui-explorer": "^2.0.0-alpha.4",
"fela": "^11.6.1",
"fela-monolithic": "^11.6.1",
"fela-plugin-named-keys": "^11.6.1",
"fela-plugin-validator": "^11.6.1",
"fela-preset-web": "^11.6.1",
"fela-sort-media-query-mobile-first": "^11.6.1",
"history": "^4.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fela": "^11.6.1",
"react-router": "^5.2.1",
"react-router-dom": "^5.2.1",
"react-syntax-highlighter": "^15.4.4",
"tslib": "^2.3.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"gitHead": "212fa3cbf2cf92a9c07e4dcf47557c82ac614e15"
}