playtpus_ui
Version:
React Component Libary
54 lines (53 loc) • 1.49 kB
JSON
{
"name": "playtpus_ui",
"version": "2.3.0",
"description": "React Component Libary",
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"dependencies": {
"@storybook/addon-knobs": "^6.0.16",
"@types/node": "^12.12.47",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.2",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sass-loader": "^9.0.3",
"styled-components": "^5.1.1",
"typescript": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@storybook/addon-actions": "^6.0.16",
"@storybook/addon-essentials": "^6.0.16",
"@storybook/addon-links": "^6.0.16",
"@storybook/react": "^6.0.16",
"babel-loader": "^8.1.0",
"react-is": "^16.13.1"
},
"scripts": {
"build": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"pub": "git add . && git commit -m 'Publishing' && npm run build && npm version minor && npm publish && git push"
},
"keywords": [
"platypus",
"component",
"components",
"design",
"framework",
"frontend",
"react",
"react-component",
"ui"
],
"repository": {
"type": "git",
"url": "https://github.com/aayush6194/platypus_ui"
},
"author": "Aayush Shrestha",
"license": "ISC"
}