This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
51
52
53
54
55
56
57
58
59
{
"name": "js-navigo-webpack-template",
"version": "1.0.0",
"description": "Example setup using webpack, navigo and handlebars",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pixelatex/js-navigo-webpack-template.git"
},
"keywords": [
"Webpack",
"JS",
"Navigo",
"Handlebars",
"Vanilla"
],
"author": "Eward Somers",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pixelatex/js-navigo-webpack-template/issues"
},
"homepage": "https://github.com/Pixelatex/js-navigo-webpack-template#readme",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.4",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^1.0.1",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"progress-bar-webpack-plugin": "^1.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"text-loader": "0.0.1",
"url-loader": "^1.1.2",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"firebase": "^5.5.8",
"handlebars": "^4.0.12",
"mapbox-gl": "^0.51.0",
"navigo": "^7.1.2",
"nvm": "0.0.4",
"path": "^0.12.7",
"semver": "^5.6.0"
}
}