-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.28 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
{
"name": "xalgo-author-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "1.0.0",
"@material-ui/icons": "1.0.0",
"codemirror": "5.38.0",
"lodash": "4.17.10",
"prop-types": "15.6.1",
"prosemirror-dropcursor": "1.0.0",
"prosemirror-gapcursor": "1.0.2",
"prosemirror-inputrules": "1.0.1",
"prosemirror-menu": "1.0.4",
"prosemirror-model": "1.5.0",
"prosemirror-schema-basic": "1.0.0",
"prosemirror-schema-list": "1.0.1",
"prosemirror-state": "1.2.0",
"prosemirror-tables": "0.7.2",
"prosemirror-view": "1.3.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "5.0.7",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-scripts": "1.1.4",
"redux": "4.0.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"typeface-roboto": "0.0.54"
},
"scripts": {
"commit": "git-cz",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"commitizen": "2.9.6",
"cz-conventional-changelog": "2.1.0",
"ghooks": "2.0.4"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}