This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.53 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.53 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
{
"name": "to-do",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fmfi-uk-1-ain-412/tableau-editor-embeddable": "^0.1.0",
"@octokit/rest": "^17.1.4",
"axios": "^0.19.2",
"editor": "file:./build/elm/Editor",
"elm": "^0.19.1-3",
"elm-webpack-loader": "^6.0.1",
"firebase": "^7.13.1",
"immutability-helper": "^3.0.1",
"js-base64": "^2.5.2",
"path-to-regexp": "^6.1.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-dnd": "^9.5.1",
"react-dnd-html5-backend": "^9.5.1",
"react-dom": "^16.13.1",
"react-elm-components": "^1.1.0",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.0",
"react-redux-firebase": "^3.3.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-simplemde-editor": "^4.1.0",
"react-sortablejs": "^1.5.1",
"redux": "^4.0.5",
"redux-firestore": "^0.10.0",
"redux-thunk": "^2.3.0",
"sortablejs": "^1.10.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"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": {
"copy-webpack-plugin": "^5.1.1",
"react-app-rewired": "^2.1.6"
}
}