forked from kepta/prosemirror-dev-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.81 KB
/
package.json
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
{
"name": "prosemirror-dev-tools",
"version": "3.3.4",
"description": "Dev Tools for ProseMirror",
"main": "dist/bundle.js",
"module": "dist/bundle.js",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --devtool inline-source-map --watch"
},
"keywords": [],
"author": "Stanislav Sysoev <@d4rkr00t>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/d4rkr00t/prosemirror-dev-tools"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/runtime": "^7.0.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"babel-loader": "^8.1.0",
"commitizen": "^4.1.2",
"conventional-github-releaser": "^3.1.3",
"cross-env": "^7.0.2",
"cz-conventional-changelog": "^3.2.0",
"emotion": "^10.0.27",
"html": "^1.0.0",
"jsondiffpatch": "^0.4.1",
"lint-staged": "^10.2.2",
"nanoid": "^3.3.4",
"parcel": "^1.12.4",
"pmm": "^2.0.0",
"pre-commit": "^1.2.2",
"preact": "^10.4.7",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"prosemirror-example-setup": "*",
"prosemirror-model": ">=1.0.0",
"prosemirror-schema-basic": "*",
"prosemirror-state": ">=1.0.0",
"prosemirror-view": "*",
"react": "^17.0.0",
"react-dock": "^0.2.4",
"react-dom": "^17.0.0",
"react-json-tree": "^0.17.0",
"rimraf": "^3.0.2",
"unstated": "github:storelift/unstated#2.1.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}