-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
55
56
57
58
59
{
"name": "react-component-shell",
"version": "4.0.3",
"description": "react-component-shell is a package that allows you to quickly and easily create react-contexts and implement state management.",
"license": "MIT",
"homepage": "https://react-component-shell.js.org",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Ruben-Arushanyan/react-component-shell"
},
"bugs": {
"url": "https://github.com/Ruben-Arushanyan/react-component-shell/issues",
"email": "[email protected]"
},
"keywords": [
"react",
"reactjs",
"react-component-shell",
"component-shell",
"react-context",
"context",
"easy-context",
"context-api",
"state-management",
"react-context-state"
],
"author": {
"name": "Ruben Arushanyan",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/ruben-arushanyan-42bba9235/"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/Ruben-Arushanyan"
},
"scripts": {
"build": "node scripts/build.js",
"test": "npm run to-pack --if-present; node scripts/test.js",
"to-pack": "npm run build --if-present; node scripts/to-pack.js",
"to-npm-publish": "npm run to-pack --if-present; node scripts/to-npm-publish.js"
},
"packableFiles": [
"package.json",
"README.md",
"LICENSE",
"dist/."
],
"dependencies": {
"base-classes": "^1.0.7"
},
"sideEffects": false,
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6"
}
}