-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 871 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"autoprefixer": "^10.2.5",
"eslint": "^7.26.0",
"eslint-plugin-react": "^7.23.2",
"laravel-mix": "^6.0.6",
"postcss": "^8.2.14",
"prettier": "^2.3.0",
"tailwindcss": "^2.1.2"
},
"dependencies": {
"axios": "^0.21",
"lodash": "^4.17.19",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fetching-library": "^1.7.6",
"uniqid": "^5.3.0",
"uuid": "^3.4.0"
}
}