-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.59 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
{
"name": "md-tsv-converter-app",
"version": "1.0.0",
"description": "Markdown to TSV conversion App.",
"private": true,
"scripts": {
"start": "cross-env PORT=3007 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"date-fns": "^2.16.1",
"deep-freeze": "0.0.1",
"file-saver": "^2.0.2",
"gitea-react-toolkit": "^1.6.0",
"immutability-helper": "^3.1.1",
"localforage": "^1.9.0",
"markdown-translatable": "^1.0.2-rc.2",
"marked": "^1.1.1",
"md-2-json": "^1.0.6",
"money-clip": "^3.0.2",
"nanoid": "^3.1.12",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^9.4.0",
"react-dom": "^16.13.1",
"react-loader-spinner": "^3.1.14",
"react-scripts": "3.4.3",
"react-table": "^7.7.0",
"ric-shim": "^1.0.0",
"styled-components": "^5.1.1",
"traverse": "^0.6.6",
"tsv": "^0.2.0",
"use-deep-compare-effect": "^1.6.1",
"yamljs": "^0.3.0"
},
"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": {
"cross-env": "^7.0.3"
}
}