-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.14 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
{
"name": "lockpicking.tv",
"version": "0.0.1",
"description": "lockpicking.tv is a directory of youtube channels dedicated to locks, lockpicking, and lockpickers",
"main": "index.js",
"repository": "https://github.com/Lockpickers-United/lock-trackers.git",
"author": "mgsecure <mg@mgsecure.com>",
"license": "Unlicense",
"homepage": "https://lockpicking.tv/",
"type": "module",
"scripts": {
"dev": "vite",
"build": "yarn lint && yarn versionFile && NODE_ENV=production vite build",
"lint": "eslint \"./src/**\" \"./scripts/**\"",
"versionFile": "node ./scripts/versionCode.js"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.15.4",
"@mui/x-charts": "^7.7.1",
"@mui/x-data-grid": "^7.6.2",
"@mui/x-date-pickers": "^6.19.4",
"@nivo/bar": "^0.87.0",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@nivo/pie": "^0.87.0",
"dayjs": "^1.11.9",
"firebase": "^10.6.0",
"fitvids": "^2.1.1",
"fuzzysort": "^2.0.4",
"joi": "^17.10.1",
"nivo": "^0.31.0",
"notistack": "^3.0.1",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"react-router-dom": "^6.21.0",
"react-swipeable-views": "^0.14.0",
"react-tagcloud": "^2.3.3",
"rehype-external-links": "^3.0.0",
"remove-accents": "^0.5.0",
"use-debounce": "^10.0.0",
"usehooks-ts": "^2.9.4"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.49.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"node-fetch": "^3.3.2",
"rollup-plugin-visualizer": "^5.9.2",
"uuid": "^9.0.1",
"vite": "^4.4.9"
}
}