dasa
Version:
Build ghost house in React, with the tears 😂
54 lines (53 loc) • 1.32 kB
JSON
{
"name": "dasa",
"version": "2.2.1",
"author": "sadnessOjisan <sadness.ojisan@gmail.com>",
"private": false,
"dependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2",
"styled-components": "^3.4.10"
},
"keywords": [
"ghost house",
"old fashion",
"dasai",
"hidoi",
"ruins",
"web廃墟"
],
"main": "/dist/bundle.js",
"scripts": {
"build": "webpack",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"format": "prettier --write '**/*.js'"
},
"peerDependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2",
"styled-components": "^3.4.9"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@storybook/addon-actions": "^3.4.11",
"@storybook/addon-links": "^3.4.11",
"@storybook/addons": "^3.4.11",
"@storybook/react": "^4.0.0-alpha.20",
"babel-loader": "^8.0.4",
"babel-plugin-styled-components": "^1.8.0",
"babel-runtime": "^6.26.0",
"css-loader": "^1.0.0",
"prettier": "^1.14.3",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/sadnessOjisan/dasa"
}
}