pidlreact-next 0.0.74

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/README.md +17 -0
  2. package/dist/pidl-react.js +18287 -0
  3. package/package.json +26 -0
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "pidlreact-next",
3
+ "version": "0.0.74",
4
+ "private": false,
5
+ "description": "PIDL react components",
6
+ "license": "MIT",
7
+ "author": "hmspdl-nxt",
8
+ "main": "dist/pidl-react.js",
9
+ "scripts": {
10
+ "build": "babel",
11
+ "test": "exit 0"
12
+ },
13
+ "dependencies": {
14
+ "classnames": "^2.3.1",
15
+ "es6-promise": "^4.2.8",
16
+ "isomorphic-fetch": "^3.0.0",
17
+ "react": "^17.0.0"
18
+ },
19
+ "devDependencies": {
20
+ "@babel/cli": "^7.18.6",
21
+ "@babel/core": "^7.18.6"
22
+ },
23
+ "publishConfig": {
24
+ "access": "public"
25
+ }
26
+ }