This repository was archived by the owner on May 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.72 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.72 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
36
37
38
39
40
41
42
43
44
45
{
"name": "haywire-grav",
"version": "0.4.3",
"homepage": "https://github.com/robbinfellow/haywire-grav#readme",
"author": "Robbin Johansson <robbinfellow@gmail.com>",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/robbinfellow/haywire-grav.git"
},
"bugs": {
"url": "https://github.com/robbinfellow/haywire-grav/issues"
},
"scripts": {
"dev": "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",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.21.1",
"babel-polyfill": "latest",
"bulma": "latest",
"cross-env": "latest",
"laravel-mix": "latest",
"sass": "latest",
"sass-loader": "latest",
"vue-template-compiler": "latest"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"@types/leaflet": "latest",
"ajv": "latest",
"buefy": "latest",
"imagemin": "latest",
"leaflet": "latest",
"leaflet-defaulticon-compatibility": "latest",
"vue": "latest",
"vue2-leaflet": "latest",
"vuex": "latest",
"vuex-persist": "latest"
}
}