-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.7 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.7 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
{
"name": "react-blocks-editor",
"version": "0.3.1",
"description": "Embed the Blocks Editor anywhere using a React component.",
"author": "Ryan Vandersmith",
"license": "MIT",
"repository": "https://github.com/Blocks-Editor/react-blocks-editor",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepare": "run-s build",
"test": "run-s test:unit test:build && cd example && run-s build",
"test:build": "run-s build",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom"
},
"peerDependencies": {
"react": "^18"
},
"devDependencies": {
"@cfaester/enzyme-adapter-react-18": "^0.7.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/enzyme": "^3.10.13",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"jest-enzyme": "^7.1.2",
"jest-fail-on-console": "^2.1.1",
"microbundle-crl": "^0.13.11",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"query-string": "^7.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"typescript": "^4.5.4"
},
"files": [
"dist"
],
"keywords": [
"React",
"Smart Contract",
"Motoko",
"Canister",
"Dfinity",
"Internet Computer",
"Blockchain"
]
}