-
Notifications
You must be signed in to change notification settings - Fork 133
/
package.json
50 lines (50 loc) · 1.71 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
{
"name": "laravel-schematics",
"version": "0.9.10",
"description": "A package to help you build your models",
"main": "webpack.mix.js",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"sync": "npm run watch -- --sync",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtolhuys/laravel-schematics.git"
},
"keywords": [
"Laravel",
"Eloquent",
"Models",
"Diagram",
"Schema"
],
"devDependencies": {
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^7.0",
"laravel-mix": "^5.0.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.11"
},
"author": "Maarten Tolhuijs",
"license": "ISC",
"bugs": {
"url": "https://github.com/mtolhuys/laravel-schematics/issues"
},
"homepage": "https://github.com/mtolhuys/laravel-schematics#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"balloon-css": "^1.0.4",
"dragselect": "^1.13.1",
"jquery": "^3.5.0",
"jsplumb": "^2.12.9",
"tailwindcss": "^1.2.0",
"vuedraggable": "^2.23.2"
}
}