-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.79 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
56
57
{
"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",
"lint": "eslint --ext .js,.vue resources/js/"
},
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@tailwindcss/forms": "^0.5.0",
"@vue/compiler-sfc": "^3.2.33",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"browser-sync": "^2.27.4",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.13.0",
"eslint-webpack-plugin": "^2.5.4",
"jquery": "^3.6",
"laravel-mix": "^6.0.25",
"laravel-mix-eslint": "^0.2.0",
"lodash": "^4.17.21",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"vue-loader": "^17.0.0"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"@vueform/multiselect": "^2.4.2",
"babel-eslint": "^10.1.0",
"dayjs": "^1.11.1",
"popper.js": "^1.16.1",
"postcss-import": "^14.1.0",
"postcss-loader": "^6.1.1",
"simple-assign": "^0.1.0",
"simple-code-editor": "^1.2.0",
"tailwindcss": "^3.0.24",
"vee-validate": "^4.5.11",
"vue": "^3.2.33",
"vue-router": "^4.0.14",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2"
}
}