-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
122 lines (122 loc) · 3.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "react-awesome-loaders",
"version": "0.1.37",
"description": "High quality, super responsive and completely customisable Loading Animations to insert into your website with single line of code.",
"main": "./lib/index.js",
"dependencies": {
"@babel/preset-es2015": "^7.0.0-beta.53",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"babel-plugin-transform-react-jsx": "^6.24.1",
"gsap": "^3.5.1",
"jquery": "^3.5.1",
"node-sass": "^4.14.1",
"polished": "^4.0.5",
"react-responsive": "^8.2.0",
"react-scripts": "4.0.1",
"styled-components": "^5.2.1",
"three": "^0.124.0",
"web-vitals": "^0.2.4",
"zdog": "^1.1.2"
},
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ashutosh1919/react-awesome-loaders.git"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-jsx": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"all-contributors-cli": "^6.20.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"husky": "^5.0.9",
"lint-staged": "^10.5.4",
"path": "^0.12.7",
"prettier": "^2.2.1",
"prop-types": "^15.6.0",
"regenerator-runtime": "^0.13.7",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.1"
},
"babel": {
"presets": [
"@babel/preset-react",
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-react-jsx"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"keywords": [
"awesome-loaders",
"react-awesome-loaders",
"react",
"react-components",
"loaders",
"spinners",
"loader",
"spinner",
"react-loaders",
"react-loader",
"react-spinners",
"react-spinner",
"react-css-spinners",
"react-css-loaders-kit",
"react-pure-css-spinners",
"react-pure-css-loaders",
"react-loaders-kit",
"progress",
"progress-indicator",
"activity",
"activity-loader",
"loading",
"loading-indicators",
"react-loading-indicators",
"react-loading-animations",
"react-css-loading-animations",
"progress-bar"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{json,js,css,md}": "prettier --write"
},
"author": "ashutosh1919",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashutosh1919/react-awesome-loaders/issues"
},
"homepage": "https://github.com/ashutosh1919/react-awesome-loaders#readme"
}