mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
99 lines
3.3 KiB
JSON
99 lines
3.3 KiB
JSON
{
|
|
"name": "react-spinners",
|
|
"version": "0.10.6",
|
|
"description": "A collection of react loading spinners",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/davidhu2000/react-spinners.git"
|
|
},
|
|
"author": "David Hu (https://www.davidhu.io)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/davidhu2000/react-spinners/issues"
|
|
},
|
|
"homepage": "https://github.com/davidhu2000/react-spinners",
|
|
"contributors": [
|
|
"Cisco Guillaume (https://github.com/GuillaumeCisco)"
|
|
],
|
|
"keywords": [
|
|
"react-spinners",
|
|
"react-spinner",
|
|
"react",
|
|
"reactjs",
|
|
"loader",
|
|
"loaders",
|
|
"loading",
|
|
"spinner",
|
|
"spinners",
|
|
"halogen",
|
|
"progress",
|
|
"activity"
|
|
],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepare": "./node_modules/.bin/tsc --build tsconfig.build.json",
|
|
"test": "npm run lint",
|
|
"build:demo": "npm run remove:demo; babel-node ./node_modules/.bin/webpack --config ./webpack.config.js",
|
|
"remove:demo": "rm docs/index.html; rm docs/javascripts/*",
|
|
"patch": "npm version patch && npm publish && npm run clean",
|
|
"minor": "npm version minor && npm publish && npm run clean",
|
|
"major": "npm version major && npm publish && npm run clean",
|
|
"watch": "babel-node ./node_modules/.bin/webpack --watch --config ./webpack.config.dev.js",
|
|
"clean": "rm -rf helpers/; rm -f *Loader.js; rm -f *Loader.d.ts; rm -f index.js; rm -f index.d.ts; rm -f interfaces.js; rm -f interfaces.d.ts; rm -rf docs/js",
|
|
"lint": "./node_modules/.bin/eslint src __tests__ examples",
|
|
"jest": "./node_modules/.bin/jest --runInBand",
|
|
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
|
|
"remove:tag": "npm dist-tag rm react-spinners"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.10",
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/node": "^7.12.10",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/plugin-transform-react-jsx": "^7.12.12",
|
|
"@babel/plugin-transform-typescript": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@babel/preset-react": "^7.12.10",
|
|
"@types/enzyme": "^3.10.8",
|
|
"@types/enzyme-adapter-react-16": "^1.0.6",
|
|
"@types/jest": "^26.0.19",
|
|
"@types/react": "^16.9.51",
|
|
"@types/react-click-outside": "^3.0.3",
|
|
"@types/react-color": "^3.0.4",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@typescript-eslint/eslint-plugin": "^4.11.0",
|
|
"@typescript-eslint/parser": "^4.11.0",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-emotion": "^10.0.33",
|
|
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
|
|
"coveralls": "^3.1.0",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.5",
|
|
"enzyme-to-json": "^3.6.1",
|
|
"eslint": "^7.16.0",
|
|
"eslint-config-prettier": "^7.1.0",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"fork-ts-checker-webpack-plugin": "^6.0.8",
|
|
"html-webpack-plugin": "^4.5.0",
|
|
"jest": "^26.6.3",
|
|
"jest-emotion": "^10.0.32",
|
|
"react": "^16.13.1",
|
|
"react-click-outside": "^3.0.1",
|
|
"react-color": "2.18.1",
|
|
"react-dom": "^16.13.1",
|
|
"ts-jest": "^26.4.4",
|
|
"ts-loader": "^8.0.12",
|
|
"typescript": "^4.1.3",
|
|
"webpack": "^5.11.0",
|
|
"webpack-cli": "^4.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0 || ^17.0.0",
|
|
"react-dom": "^16.0.0 || ^17.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/core": "^10.0.35"
|
|
},
|
|
"sideEffects": false
|
|
}
|