-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 2.09 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
{
"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",
"dep": "docker-compose exec web composer install && docker-compose exec web npm i",
"docker": "docker-compose up --build -d",
"migrate": "docker-compose exec web php artisan migrate:fresh --seed",
"passport": "docker-compose exec web php artisan passport:install",
"larkey": "docker-compose exec web composer run-script post-create-project-cmd",
"idehelper": "docker-compose exec web php artisan ide-helper:generate && docker-compose exec web php artisan ide-helper:models -W && docker-compose run web php artisan ide-helper:meta"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@types/lodash": "latest",
"@types/node": "^12.0.0",
"@types/qs": "^6.9.7",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.8",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.4",
"react-hot-loader": "^4.13.0",
"laravel-mix": "^6.0.6",
"postcss": "^8.1.14",
"react-refresh": "^0.10.0",
"resolve-url-loader": "^3.1.2",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"sass": "^1.38.0",
"sass-loader": "^12.1.0"
},
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"animate.css": "^4.1.1",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"file-loader": "^6.1.0",
"js-file-download": "^0.4.12",
"lodash": "latest",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.1"
}
}