-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "shelf-client-react-hooks",
"version": "1.0.0",
"peerDependencies": {
"react": "^18.2.0",
"shelf-client-js-sdk": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2"
},
"scripts": {
"build:dev": "rollup -c --environment NODE_ENV:development -w",
"build:prod": "rollup -c --environment NODE_ENV:production -w",
"watch": "rollup -c -w"
},
"type": "module",
"module": "es6",
"main" : "./index.js",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/shelf-cms/shelf-client-react-hooks.git"
},
"bugs": {
"url": "https://github.com/shelf-cms/shelf-client-react-hooks/issues"
},
"homepage": "https://github.com/shelf-cms/shelf-client-react-hooks#readme",
"description": ""
}