-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.56 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
{
"name": "clm-2.0-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.1",
"@mui/lab": "^5.0.0-alpha.49",
"@mui/material": "^5.0.2",
"@mui/styles": "^5.0.1",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/node": "^15.14.0",
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"array-move": "^4.0.0",
"firebase": "^9.3.0",
"graphql-ws": "^5.5.5",
"js-cookie": "^3.0.1",
"react": "^17.0.2",
"react-csv": "^2.0.3",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-markdown": "^7.1.0",
"react-router-dom": "^6.0.1",
"react-scripts": "^4.0.3",
"react-sortable-hoc": "^2.0.0",
"rehype-raw": "^6.1.0"
},
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|jsx|ts|tsx|json)\"",
"lint": "eslint --ignore-path .gitignore .",
"start": "react-scripts start",
"test": "react-scripts test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
}
}