forked from reinvanoyen/cmf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.12 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
{
"private": true,
"scripts": {
"dev": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"production": "mix --production"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-react": "^7.10.4",
"@redux-devtools/core": "^3.13.1",
"@redux-devtools/extension": "^3.2.5",
"cross-env": "^7.0.3",
"laravel-mix": "6.0.43",
"lodash": "^4.17.19",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.26.11",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"axios": "^1.3.2",
"react": "^18.2.0",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-trix": "^0.10.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"trix": "^1.3.1"
}
}