-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.77 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
68
{
"name": "diamond-focus",
"description": "A timer for diamond focus built building stronger brains under pressure.",
"author": "Gabe Cornejo",
"version": "0.6.2",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gccornejo441/Diamond-Focus"
},
"type": "module",
"keywords": [
"react",
"diamond",
"focus",
"timer",
"pomodoro",
"typescript",
"vite",
"eslint",
"prettier",
"react-tooltip",
"react-contexify",
"date-fns",
"dnd-kit",
"dnd-kit-sortable"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --fix --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,scss,md}'",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"brace": "0.11.1",
"date-fns": "4.1.0",
"firebase": "11.0.1",
"highlight.js": "11.10.0",
"peerjs": "1.5.4",
"react": "18.3.1",
"react-contexify": "6.0.0",
"react-dom": "18.3.1",
"react-toastify": "10.0.6",
"react-tooltip": "5.28.0",
"reactjs-popup": "2.0.6"
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@vitejs/plugin-react": "4.3.3",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-svgr": "4.2.0"
}
}