forked from Scholar-6/brillder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.3 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 3.3 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "brillder",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^19.0.0",
"@ckeditor/ckeditor5-basic-styles": "^19.0.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^18.0.0",
"@ckeditor/ckeditor5-dev-utils": "^13.0.1",
"@ckeditor/ckeditor5-editor-classic": "^19.0.0",
"@ckeditor/ckeditor5-essentials": "^19.0.0",
"@ckeditor/ckeditor5-font": "^19.0.0",
"@ckeditor/ckeditor5-list": "^19.0.0",
"@ckeditor/ckeditor5-media-embed": "^19.0.0",
"@ckeditor/ckeditor5-paragraph": "^19.0.0",
"@ckeditor/ckeditor5-react": "^2.1.0",
"@ckeditor/ckeditor5-theme-lark": "^19.0.0",
"@ckeditor/ckeditor5-ui": "^19.0.0",
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.44",
"@material-ui/styles": "^4.8.2",
"@synapsestudios/react-drop-n-crop": "^0.2.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^24.9.1",
"@types/material-ui": "^0.21.7",
"@types/node": "^12.12.27",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-image-crop": "^8.1.2",
"@types/react-responsive": "^8.0.2",
"@types/react-router-dom": "^5.1.3",
"@types/react-swipeable-views": "^0.13.0",
"@types/redux": "^3.6.0",
"@wiris/mathtype-ckeditor5": "^7.20.0",
"axios": "^0.19.1",
"ckeditor4": "^4.14.0",
"dotenv": "^8.2.0",
"html-to-react": "^1.4.2",
"immutability-helper": "^3.0.1",
"material-ui": "^0.20.2",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"query-string": "^6.11.1",
"raw-loader": "^3.1.0",
"react": "^16.12.0",
"react-animate-height": "^2.0.20",
"react-device-frame": "^2.1.4",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.2",
"react-image-crop": "^8.5.0",
"react-mathjax": "^1.0.1",
"react-mathjax-preview": "^1.2.4",
"react-mathjax-ts": "^0.1.2",
"react-record": "^1.0.5",
"react-redux": "7.0.1",
"react-responsive": "^8.0.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.1",
"react-sortablejs": "^2.0.11",
"react-swipeable-views": "^0.13.6",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"typescript": "^3.7.5"
},
"scripts": {
"start": "react-app-rewired start --scripts-version react-scripts",
"build": "react-app-rewired build --scripts-version react-scripts",
"test": "react-app-rewired test --env=jsdom --scripts-version react-scripts",
"eject": "react-scripts eject",
"storybook": "start-storybook -c .storybook -s public"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/react": "^5.3.13",
"@types/prop-types": "^15.7.3",
"awesome-typescript-loader": "^5.2.1",
"copy-webpack-plugin": "^5.1.1",
"react-app-rewired": "^2.1.6",
"react-docgen-typescript-loader": "^3.6.0",
"react-docgen-typescript-webpack-plugin": "^1.1.0"
}
}