forked from itsjeffro/deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"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/plugin-transform-arrow-functions": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"axios": "^0.21",
"bootstrap-sass": "^3.4.1",
"jest": "^27.2.5",
"laravel-mix": "^6.0.6",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4"
},
"dependencies": {
"@types/node": "^14.14.14",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-router-dom": "^5.1.6",
"laravel-echo": "^1.11",
"pusher-js": "^4.4.0",
"react-ace": "^6.6.0",
"react-beautiful-dnd": "^13.1.0",
"react-redux": "^5.1.2",
"react-router-dom": "^4.3.1",
"react-select": "^3.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
}
}