generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 863 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
32
33
34
35
36
37
{
"name": "formy-js",
"version": "0.1.1",
"private": true,
"main": "dist/index.js",
"browser": "dist/index.js",
"files": [
"dist/*"
],
"scripts": {
"dev": "npm run development",
"development": "mix",
"build": "node build/build.js",
"prod": "npm run production",
"production": "mix --production",
"watch": "mix watch"
},
"dependencies": {
"axios": "^1.1.2",
"vue": "^2.6.14",
"vue2-quill-editor": "^2.0.26"
},
"devDependencies": {
"laravel-mix": "^6.0.31",
"postcss": "^8.3.9",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32",
"sass-loader": "^12.1.0",
"vue": "^2.6.12",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.12",
"vue-template-loader": "^1.1.0",
"webpack": "^5.58.1",
"webpack-cli": "^4.10.0",
"webpack-shell-plugin": "^0.5.0"
}
}