-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.52 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.52 KB
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
{
"name": "firefly-react",
"version": "22.05.0",
"description": "A react component to bring interactive fireflies animation on websites",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/endurance21/firefly-react.git"
},
"author": "Divyanshu Raj",
"license": "ISC",
"bugs": {
"url": "https://github.com/endurance21/firefly-react/issues"
},
"homepage": "https://github.com/endurance21/firefly-react#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@rollup/plugin-alias": "^3.1.2",
"@types/node": "^14.14.41",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"babel-core": "^6.26.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-runtime": "^6.26.0",
"node-sass": "^5.0.0",
"prettier": "2.5.1",
"rollup": "^2.40.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-paths": "^0.0.4",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.2.2"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"files": [
"dist"
],
"scripts": {
"build": "rollup -c && tsc --emitDeclarationOnly",
"start": "rollup -c -w",
"publish:public": "npm publish --access public",
"pretty:check": "prettier --check src/ ",
"pretty:write": "prettier --write src/"
}
}