-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.33 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
{
"name": "react-spinner-toolkit",
"version": "1.0.29",
"type": "module",
"description": "A unique spinner for React and Next.js applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mohammadnazm/react-spinner-toolkit.git"
},
"homepage": "https://github.com/mohammadnazm/react-spinner-toolkit#readme",
"keywords": [
"react",
"nextjs",
"remix",
"spinner",
"loader",
"typescript",
"javascript"
],
"author": "Mohammed Nazm",
"license": "MIT",
"dependencies": {
"@types/react": "^18.3.10",
"framer-motion": "^11.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"rollup": "^4.24.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.6.2"
},
"files": [
"dist",
"src",
"CONTRIBUTING.md",
"README.md"
],
"readme": "README.md"
}