pidlreact-next 1.803.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json ADDED
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "pidlreact-next",
3
+ "version": "1.803.0",
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
+ "preinstall": "node build.js",
12
+ "test": "exit 0"
13
+ },
14
+ "dependencies": {
15
+ "classnames": "^17.0.0",
16
+ "es6-promise": "^17.0.0",
17
+ "isomorphic-fetch": "^17.0.0",
18
+ "react": "^17.0.0"
19
+ },
20
+ "devDependencies": {
21
+ "@babel/cli": "^7.18.6",
22
+ "@babel/core": "^7.18.6"
23
+ },
24
+ "publishConfig": {
25
+ "access": "public"
26
+ }
27
+ }