80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"name": "@intended/intended-ui",
|
|
"description": "Storybook UI library for Intended Link",
|
|
"license": "MIT",
|
|
"version": "0.1.8",
|
|
"private": false,
|
|
"main": "dist/index.js",
|
|
"repository": "https://git.silentsilas.com/Intended/attendant.git",
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "cross-env NODE_ENV=production tsc -b && tsc --declaration",
|
|
"pub": "npm version patch --force && npm publish",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"storybook": "start-storybook -p 6006 -s public",
|
|
"build-storybook": "build-storybook -s public"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"**/*.stories.*"
|
|
],
|
|
"rules": {
|
|
"import/no-anonymous-default-export": "off"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"polished": "^4.1.3",
|
|
"styled-components": "^5.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.16.0",
|
|
"@storybook/addon-actions": "^6.3.8",
|
|
"@storybook/addon-essentials": "^6.3.8",
|
|
"@storybook/addon-links": "^6.3.8",
|
|
"@storybook/node-logger": "^6.3.8",
|
|
"@storybook/preset-create-react-app": "^3.2.0",
|
|
"@storybook/react": "^6.3.8",
|
|
"@types/styled-components": "^5.1.14",
|
|
"cross-env": "^7.0.3",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/node": "^12.0.0",
|
|
"@types/react": "^17.0.21",
|
|
"@types/react-dom": "^17.0.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-scripts": "4.0.3",
|
|
"react-svg": "^14.0.13",
|
|
"typescript": "^4.2.0",
|
|
"web-vitals": "^1.0.1"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"LICENSE",
|
|
"README.md"
|
|
]
|
|
}
|