-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.98 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
63
64
65
66
67
{
"name": "breakfast",
"version": "1.0.0",
"description": "Election Tool",
"scripts": {
"start": "parcel watch src/index.tsx --dist-dir static/build/ --public-url ./",
"build": "parcel build src/index.tsx --dist-dir static/build/ --no-source-maps --detailed-report",
"lint": "eslint src",
"format": "prettier src --write",
"heroku-postbuild": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VolkerSchiewe/breakfast.git"
},
"author": "Volker Schiewe",
"license": "MIT",
"browserslist": "> 0.5%, last 2 versions, not dead",
"bugs": {
"url": "https://github.com/VolkerSchiewe/breakfast/issues"
},
"engines": {
"node": "14"
},
"homepage": "https://github.com/VolkerSchiewe/breakfast#readme",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"@mui/styles": "^5.10.3",
"axios": "^0.27.2",
"chart.js": "^3.5.0",
"classcat": "^5.0.4",
"google-palette": "^1.1.0",
"qs": "^6.7.0",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"typestyle": "~2.0.4"
},
"devDependencies": {
"@parcel/transformer-sass": "2.7.0",
"@types/qs": "^6.5.3",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"buffer": "^6.0.3",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.6",
"parcel": "^2.0.0",
"prettier": "^2.7.1",
"process": "^0.11.10",
"sass": "^1.22.7",
"typescript": "*"
}
}