spring-button-test
Version:
55 lines (54 loc) • 1.59 kB
JSON
{
"name": "spring-button-test",
"version": "1.0.24",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "styleguidist server",
"test": "jest",
"rollup:build": "rollup -c",
"prepublishOnly": "rm -rf lib && npm run rollup:build",
"postbuild": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@rollup/plugin-node-resolve": "^7.1.3",
"@testing-library/react": "^10.0.4",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.10.7",
"eslint": "^7.0.0",
"eslint-plugin-react": "^7.20.0",
"jest": "^26.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-spring": "^8.0.27",
"react-styleguidist": "^11.0.6",
"rollup": "^2.9.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-external-globals": "^0.5.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-uglify": "^6.0.4",
"styled-components": "^5.1.0",
"webpack": "^4.43.0",
"@rollup/plugin-commonjs": "^11.1.0",
"rollup-plugin-terser": "^5.3.0"
},
"peerDependencies": {
"react": "^16.x",
"react-dom": "^16.x",
"styled-components": "^5.1.0",
"react-spring": "^8.x"
},
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.0",
"react-spring": "^8.0.27"
}
}