-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.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
{
"name": "@simply007org/react-spinners",
"version": "0.0.3",
"description": "Easy loading spinner component and management service for React apps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/Simply007/react-spinners.git"
},
"keywords": [
"react",
"spinners",
"spinner",
"loading",
"loaders"
],
"author": "Ondřej Chrastina <chrastina.ondra@gmail.com> (https://github.com/Simply007)",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/Simply007/react-spinners/issues"
},
"homepage": "https://github.com/Simply007/react-spinners#readme",
"devDependencies": {
"@types/react": "^16.0.25",
"awesome-typescript-loader": "^3.4.1",
"extract-text-webpack-plugin": "^3.0.2",
"react": "^16.2.0",
"source-map-loader": "^0.2.3",
"typescript": "^2.6.2",
"webpack": "^4.29.6",
"webpack-build-notifier": "^0.1.18",
"webpack-cli": "^3.3.0"
}
}