-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 936 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
38
39
40
{
"private": true,
"license": "MIT",
"engines": {
"npm": ">=6.14.0"
},
"repository": {
"type": "git",
"url": "[email protected]:utdallasresearch/orgchart-wordpress-plugin.git"
},
"devDependencies": {
"laravel-mix": "^6.0.19",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"resolve-url-loader": "^5.0.0",
"sass": "^1.34.0",
"sass-loader": "^11.1.1"
},
"dependencies": {
"html2canvas": "0.5.0-beta4",
"orgchart": "1.3.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"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",
"copy": "npm run copy_vendor",
"copy_vendor": "COPY_VENDOR=yes npm run development"
}
}