-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 983 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 983 Bytes
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
{
"name": "zation-react-toolkit",
"version": "1.6.0",
"description": "Toolkit to integrate the zation client in a react project with hooks.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"!.DS_Store"
],
"scripts": {
"build": "gulp build",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"zation-client": "^3.0.0-pre-alpha.16",
"react": ">=16.8.0"
},
"dependencies": {
"queric": "^2.0.0"
},
"devDependencies": {
"typescript": "^4.6.4",
"gulp": "4.0.2",
"gulp-optimize-js": "1.1.0",
"gulp-terser": "1.2.0",
"gulp-typescript": "^5.0.1",
"del": "^5.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ZationServer/zation-react-toolkit.git"
},
"author": {
"name": "Ing. Luca Gian Scaringella",
"email": "lucacode1@gmail.com"
},
"keywords": [
"react",
"toolkit",
"zation",
"client"
],
"license": "MIT"
}