-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "visualization-tool",
"version": "0.1.0",
"private": true,
"homepage": "https://csvistool.com/",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "5.11.7",
"@mui/styles": "^5.11.7",
"babel-eslint": "^10.1.0",
"gh-pages": "^2.1.1",
"js-cookie": "^3.0.5",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-ga4": "^2.0.0",
"react-icons": "^4.10.1",
"react-router-dom": "^5.1.2",
"react-scripts": "5.0.1"
},
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"eslint": "^7.32.0",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^4.6",
"prettier": "^2.8.3"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/.",
"prettier": "prettier --write src/."
},
"browserslist": [
"defaults"
]
}