forked from scratchblocks/scratchblocks-react
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 778 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
{
"name": "snapblocks-react",
"version": "1.3.0",
"description": "Render snapblocks in React",
"main": "dist/index.js",
"files": [
"/dist"
],
"scripts": {
"build": "rimraf dist/ && tsc",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"keywords": [],
"license": "ISC",
"author": "ego-lay-atman-bay",
"homepage": "https://snap-blocks.github.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/snap-blocks/snapblocks-react.git"
},
"bugs": {
"url": "https://github.com/snap-blocks/snapblocks-react/issues"
},
"devDependencies": {
"@types/react": "^18.3.16",
"rimraf": "^5.0.10",
"typescript": "^5.7.2"
},
"dependencies": {
"react": "^18.3.1",
"snapblocks": ">=1.8.0"
}
}