UNPKG

3.57 kBJSONView Raw
1{
2 "name": "react-spinners",
3 "version": "0.11.0",
4 "description": "A collection of react loading spinners",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/davidhu2000/react-spinners.git"
8 },
9 "author": "David Hu (https://www.davidhu.io)",
10 "license": "MIT",
11 "bugs": {
12 "url": "https://github.com/davidhu2000/react-spinners/issues"
13 },
14 "homepage": "https://github.com/davidhu2000/react-spinners",
15 "contributors": [
16 "Cisco Guillaume (https://github.com/GuillaumeCisco)"
17 ],
18 "keywords": [
19 "react-spinners",
20 "react-spinner",
21 "react",
22 "reactjs",
23 "loader",
24 "loaders",
25 "loading",
26 "spinner",
27 "spinners",
28 "halogen",
29 "progress",
30 "activity"
31 ],
32 "main": "index.js",
33 "scripts": {
34 "prepare": "./node_modules/.bin/tsc --build tsconfig.build.json",
35 "test": "npm run lint",
36 "build:demo": "npm run remove:demo; babel-node ./node_modules/.bin/webpack --config ./webpack.config.js",
37 "remove:demo": "rm docs/index.html; rm docs/javascripts/*",
38 "patch": "npm version patch && npm publish && npm run clean",
39 "minor": "npm version minor && npm publish && npm run clean",
40 "major": "npm version major && npm publish && npm run clean",
41 "watch": "babel-node ./node_modules/.bin/webpack --watch --config ./webpack.config.dev.js",
42 "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",
43 "lint": "./node_modules/.bin/eslint src __tests__ examples",
44 "jest": "./node_modules/.bin/jest --runInBand",
45 "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
46 "remove:tag": "npm dist-tag rm react-spinners",
47 "publish:alpha": "npm publish --tag alpha && npm run clean",
48 "publish:beta": "npm publish --tag beta && npm run clean"
49 },
50 "devDependencies": {
51 "@babel/cli": "^7.12.10",
52 "@babel/core": "^7.12.10",
53 "@babel/node": "^7.12.10",
54 "@babel/plugin-proposal-class-properties": "^7.12.1",
55 "@babel/plugin-transform-react-jsx": "^7.12.12",
56 "@babel/plugin-transform-typescript": "^7.12.1",
57 "@babel/preset-env": "^7.12.11",
58 "@babel/preset-react": "^7.12.10",
59 "@emotion/babel-plugin": "^11.1.2",
60 "@emotion/eslint-plugin": "^11.0.0",
61 "@emotion/jest": "^11.1.0",
62 "@types/enzyme": "^3.10.8",
63 "@types/enzyme-adapter-react-16": "^1.0.6",
64 "@types/jest": "^26.0.19",
65 "@types/react": "^16.9.51",
66 "@types/react-click-outside": "^3.0.3",
67 "@types/react-color": "^3.0.4",
68 "@types/react-dom": "^16.9.8",
69 "@typescript-eslint/eslint-plugin": "^4.11.0",
70 "@typescript-eslint/parser": "^4.11.0",
71 "babel-loader": "^8.2.2",
72 "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
73 "coveralls": "^3.1.0",
74 "enzyme": "^3.11.0",
75 "enzyme-adapter-react-16": "^1.15.5",
76 "enzyme-to-json": "^3.6.1",
77 "eslint": "^7.16.0",
78 "eslint-config-prettier": "^7.1.0",
79 "eslint-plugin-react": "^7.21.5",
80 "fork-ts-checker-webpack-plugin": "^6.0.8",
81 "html-webpack-plugin": "^4.5.0",
82 "jest": "^26.6.3",
83 "react": "^16.13.1",
84 "react-click-outside": "^3.0.1",
85 "react-color": "2.18.1",
86 "react-dom": "^16.13.1",
87 "ts-jest": "^26.4.4",
88 "ts-loader": "^8.0.12",
89 "typescript": "^4.1.3",
90 "webpack": "^5.11.0",
91 "webpack-cli": "^4.3.0"
92 },
93 "peerDependencies": {
94 "react": "^16.0.0 || ^17.0.0",
95 "react-dom": "^16.0.0 || ^17.0.0"
96 },
97 "dependencies": {
98 "@emotion/react": "^11.1.4"
99 },
100 "sideEffects": false
101}