-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
70 lines (70 loc) · 2.02 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
66
67
68
69
70
{
"name": "cms",
"version": "0.1.0",
"private": true,
"homepage": "/cms",
"dependencies": {
"@aeaton/react-prosemirror": "^0.21.1",
"@stuyspec/article_extensions": "^2.0.1",
"@sweetalert/with-react": "^0.1.1",
"@types/classnames": "^2.2.6",
"@types/graphql": "^0.13.4",
"@types/prosemirror-commands": "^1.0.1",
"@types/prosemirror-history": "^1.0.1",
"@types/prosemirror-model": "^1.7.2",
"@types/prosemirror-schema-basic": "^1.0.1",
"@types/prosemirror-state": "^1.2.3",
"@types/prosemirror-view": "^1.9.0",
"@types/react-redux": "^6.0.7",
"@types/react-router": "^4.0.31",
"@types/react-router-dom": "^4.3.1",
"apollo-cache-inmemory": "^1.3.9",
"apollo-client": "^2.4.5",
"apollo-link-error": "^1.1.1",
"apollo-link-http": "^1.5.5",
"axios": "^0.21.1",
"graphql": "^0.13.2",
"graphql-tag": "^2.10.0",
"prosemirror-commands": "^1.0.8",
"prosemirror-example-setup": "^1.0.1",
"prosemirror-history": "^1.0.4",
"prosemirror-model": "^1.7.1",
"prosemirror-schema-basic": "^1.0.0",
"prosemirror-state": "^1.2.4",
"prosemirror-view": "^1.10.0",
"react": "^16.9.0",
"react-apollo": "^2.2.4",
"react-dom": "^16.9.0",
"react-jss": "^10.0.0-alpha.24",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.0",
"redux": "^4.0.1",
"rmwc": "^5.7.0",
"merge": ">=2.1.1",
"sweetalert": "^2.1.2",
"typesafe-actions": "^2.0.4",
"ua-parser-js": ">=0.7.24",
"ssri": ">=6.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false react-scripts build",
"test": "react-scripts test --env=jsdom-fourteen",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/jest": "^23.3.14",
"@types/node": "^10.12.29",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"typescript": "^3.7.5"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}