-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.14 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.14 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "integrity.js",
"version": "1.7.2",
"description": "We didn't just build on React 18 - we improved React 18. Mobile-first React enhancement with performance-aware HTML attributes that compile to expert-level mobile optimizations. Now 100% JavaScript compatible!",
"main": "src/index.js",
"module": "src/index.js",
"files": [
"src/",
"README.md",
"LICENSE"
],
"keywords": [
"react",
"mobile",
"performance",
"framework",
"mobile-first",
"memory-management",
"device-detection",
"image-optimization",
"hooks",
"enhancement",
"performance-aware-html",
"react-18",
"3d-galleries",
"mobile-optimization",
"progressive-web-app",
"real-time-monitoring",
"battery-aware",
"network-aware",
"touch-optimization",
"fitness-app",
"video-galleries",
"gesture-control",
"javascript-compatible",
"create-react-app",
"typescript-free"
],
"author": {
"name": "CC Integrity LLC",
"email": "info@cc-integrity.com",
"url": "https://cc-integrity.com"
},
"license": "MIT",
"homepage": "https://cc-integrity.com/",
"repository": {
"type": "git",
"url": "https://github.com/cc-integrity/integrity.js.git"
},
"bugs": {
"url": "https://github.com/cc-integrity/integrity.js/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"browserslist": [
"last 2 versions",
"not dead",
"not < 2%",
"iOS >= 12",
"Android >= 8"
],
"funding": {
"type": "individual",
"url": "https://cc-integrity.com/investors"
},
"scripts": {
"build": "echo 'No build step required - framework ready to use'",
"test": "echo 'Tests coming soon - framework in active development'",
"demo": "echo 'Live demo at https://cc-integrity.com/fitness'",
"prepublishOnly": "echo 'Publishing Integrity.js v1.7.2 - JavaScript Compatible'"
},
"demo": {
"fitness": "https://cc-integrity.com/fitness",
"framework": "https://cc-integrity.com/framework",
"scale": "https://cc-integrity.com/test"
}
}