-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 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": "functionalize",
"version": "0.1.2",
"description": "use modal component just like function",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"frontend",
"react",
"react-component",
"modal",
"function",
"function-programming",
"ui"
],
"author": "boatzhang <andyboat1009@gmail.com> (https://github.com/AndyBoat)",
"license": "MIT",
"dependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"npmName": "func-modal.js",
"sideEffects": false,
"homepage": "https://github.com/AndyBoat/functionalize",
"bug": "https://github.com/AndyBoat/functionalize/issues",
"repository": {
"type": "git",
"url": "https://github.com/AndyBoat/functionalize"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.3.2"
}
}