-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.29 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
{
"name": "ulam-labs-task",
"private": true,
"version": "1.0.0",
"type": "module",
"homepage": "https://crypto-app.ogonowski.it/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && echo crypto-app.ogonowski.it > ./dist/CNAME",
"preview": "vite preview --host",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.2",
"@reduxjs/toolkit": "^1.9.1",
"@types/react-vis": "^1.11.11",
"notistack": "^2.0.8",
"react": "^18.2.0",
"react-chartjs-2": "^5.1.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"sass": "^1.57.1",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/chart.js": "^2.9.37",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.0",
"gh-pages": "^4.0.0",
"typescript": "^4.9.4",
"vite": "^4.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/KrystianOg/ulam-labs-task"
},
"keywords": [
"react",
"typescript",
"vite",
"mui",
"sass",
"redux"
],
"author": "Krystian Ogonowski"
}