-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "@expandorg/forms",
"version": "0.1.0",
"private": true,
"description": "Expand.org form editor",
"license": "MPL-2.0",
"main": "index.js",
"author": "expand.org",
"scripts": {
"lerna": "lerna",
"bootstrap": "lerna bootstrap --use-workspaces",
"test": "jest --config jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expandorg/form-editor.git"
},
"bugs": {
"url": "https://github.com/expandorg/form-editor/issues"
},
"homepage": "https://github.com/expandorg/form-editor#readme",
"keywords": [
"react",
"form-editor",
"expand"
],
"workspaces": [
"packages/*"
],
"devDependencies": {
"@expandorg/components": "^0.2.94",
"@expandorg/eslint-config": "^0.5.11",
"@expandorg/modules": "^0.2.161",
"@expandorg/uikit": "^0.2.23",
"@expandorg/validation": "^0.2.11",
"babel-eslint": "^10.1.0",
"classnames": "^2.2.6",
"draft-js": "^0.11.4",
"draft-js-export-html": "^1.4.1",
"draft-js-import-html": "^1.4.1",
"draft-js-mention-plugin": "^3.1.5",
"draft-js-plugins-editor": "^3.0.0",
"eslint": "^6.8.0",
"flow-bin": "^0.120.1",
"lerna": "^3.20.2",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dom": "^16.12.0",
"react-spring": "^8.0.27"
}
}