mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
29 lines
729 B
JSON
29 lines
729 B
JSON
|
{
|
||
|
"name": "insomnia-ui",
|
||
|
"version": "1.0.0",
|
||
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
||
|
"description": "Insomnia UI component library",
|
||
|
"license": "MIT",
|
||
|
"main": "dist/index.js",
|
||
|
"scripts": {
|
||
|
"build": "parcel build ./*.js --bundle-node-modules --no-minify --target browser",
|
||
|
"storybook": "start-storybook --port 3223",
|
||
|
"bootstrap": "rimraf node_modules/fsevents"
|
||
|
},
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-commit": "npm run build"
|
||
|
}
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.7.7",
|
||
|
"@storybook/addon-info": "^5.2.8",
|
||
|
"@storybook/react": "^5.2.8",
|
||
|
"parcel-bundler": "^1.12.4"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"classnames": "^2.2.6",
|
||
|
"styled-components": "^4.4.1"
|
||
|
}
|
||
|
}
|