mirror of
https://github.com/react95-io/React95.git
synced 2026-04-26 03:00:18 -04:00
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "react95",
|
|
"version": "1.0.3",
|
|
"authors": [
|
|
"Artur Bień"
|
|
],
|
|
"description": "Refreshed Windows95 UI components for modern web apps - React95",
|
|
"keywords": [
|
|
"react",
|
|
"styled-components",
|
|
"windows95",
|
|
"component",
|
|
"vaporwave"
|
|
],
|
|
"license": "MIT",
|
|
"repository": "git@github.com:arturbien/React95.git",
|
|
"homepage": "https://react95.io",
|
|
"main": "./dist/index.js",
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"storybook": "start-storybook -p 9009 -s public",
|
|
"build:storybook": "build-storybook -s public -o ./docs",
|
|
"prepublishOnly": "npm run release",
|
|
"release": "npm run build:dev && npm run build:prod",
|
|
"build:dev": "cross-env NODE_ENV=development rollup -c",
|
|
"build:prod": "cross-env NODE_ENV=production rollup -c"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.2",
|
|
"react-dom": "^16.8.2",
|
|
"styled-components": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.3",
|
|
"@babel/core": "^7.4.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
|
"@babel/preset-env": "^7.4.3",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@storybook/addon-actions": "^4.1.11",
|
|
"@storybook/addon-info": "^4.1.11",
|
|
"@storybook/addon-links": "^4.1.11",
|
|
"@storybook/addon-options": "^4.1.11",
|
|
"@storybook/addon-storysource": "^4.1.18",
|
|
"@storybook/react": "^4.1.11",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-plugin-styled-components": "^1.10.0",
|
|
"cross-env": "^5.2.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.2",
|
|
"react-dom": "^16.8.2",
|
|
"rimraf": "^2.6.3",
|
|
"rollup": "^1.9.0",
|
|
"rollup-plugin-babel": "^4.3.2",
|
|
"rollup-plugin-commonjs": "^9.3.0",
|
|
"rollup-plugin-node-resolve": "^4.0.1",
|
|
"rollup-plugin-replace": "^2.1.1",
|
|
"storybook-addon-styled-component-theme": "^1.1.1",
|
|
"styled-components": "^4.1.3"
|
|
}
|
|
}
|