-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 1.03 KB
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
{
"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": {
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^7.0",
"laravel-mix": "^6.0.44",
"resolve-url-loader": "^5.0.0",
"sass": "^1.30.0",
"sass-loader": "^8.0.2",
"vue": "^2.6.12",
"vue-loader": "^15.9.8",
"vue-router": "^3.4.9",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"chart.js": "^2.9.4",
"nuclear-hierarchy-ui": "^1.6.5",
"umomega-auth": "^1.7.2",
"umomega-former": "^1.0.0",
"umomega-foundation": "^1.21.14",
"umomega-media": "^1.5.5",
"umomega-tags": "^1.4.3",
"vue-prism-editor": "^1.2.2"
}
}