-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
42
{
"name": "load-animations-react",
"version": "1.0.0",
"description": "Pure CSS Loading animations for ReactJs",
"main": "dist/index.js",
"module": "dist/index.es.js",
"repository": {
"type": "git",
"url": "git+https://github.com/HariKrishna-28/load-animations-react.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-lib": "rollup -c"
},
"keywords": [
"React Loading Animations",
"ReactJs",
"CSS Loaders",
"Loading Animations"
],
"homepage": "https://github.com/HariKrishna-28",
"author": "Harikrishna C",
"license": "MIT",
"devDependencies": {
"@babel/preset-react": "^7.16.5",
"@rollup/plugin-node-resolve": "^13.1.1",
"postcss": "^8.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.61.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
}
}