-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.62 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
{
"private": true,
"dependencies": {
"date-fns": "^2.26.0",
"font-awesome": "^4.7.0",
"proj4": "^2.7.5",
"simplify-geojson": "^1.0.4",
"swagger-ui": "^4.4.0",
"vue": "^2.6.14",
"vue-affix": "^0.5.2",
"vue-clipboard2": "0.3.3",
"vue-sliding-pagination": "^1.3.2",
"vuelayers": "^0.11.37"
},
"devDependencies": {
"axios": "^0.25",
"bootstrap-sass": "^3.3.7",
"buefy": "^0.9.13",
"cross-env": "^7.0.3",
"flag-icon-css": "^4.1.5",
"laravel-mix": "^5.0",
"lodash": "^4.17.20",
"prism-themes": "^1.9.0",
"prismjs": "^1.25.0",
"resolve-url-loader": "4.0.0",
"sass": "^1.49.0",
"sass-loader": "12.*",
"vue-loader": "^14.2.4",
"vue-template-compiler": "^2.6.14"
},
"engines": {
"npm": ">= 5.0.0",
"node": ">= 8.1.0"
},
"scripts": {
"dev": "yarn 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": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "yarn watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "yarn 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"
}
}