-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.51 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.0",
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-react": "^4.2.0",
"axios": "^1.6.1",
"bootstrap": "^5.3.2",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.1",
"sass-loader": "^12.1.0",
"vite": "^4.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@reduxjs/toolkit": "^1.9.7",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.9.2",
"react-datepicker": "^4.23.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.21.2",
"react-tooltip": "^5.25.1",
"redux": "^4.2.1",
"styled-components": "^6.1.1"
},
"name": "timebox",
"description": "An app to help you manage your time and focus on what matters.",
"version": "1.0.0",
"main": "vite.config.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"license": "ISC"
}