-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.4 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
{
"name": "@cocreate/scroll",
"version": "1.14.0",
"description": "A simple scroll component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"scroll",
"low-code",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "npx webpack --mode=production --config webpack.config.js",
"dev": "npx webpack --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-scroll.git"
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-scroll/issues"
},
"homepage": "https://cocreate.app/docs/scroll",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
},
"main": "./src/index.js",
"dependencies": {
"@cocreate/actions": "^1.21.4",
"@cocreate/observer": "^1.19.0"
},
"devDependencies": {
"@cocreate/webpack": "^1.4.3"
},
"allowScripts": {
"@cocreate/actions@1.21.4": true,
"@cocreate/observer@1.19.0": true,
"@cocreate/utils@1.42.2": true,
"@cocreate/uuid@1.12.4": true,
"@cocreate/webpack@1.4.3": true
}
}