-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "gasolinea",
"version": "1.0.0",
"license": "Apache-2.0",
"author": {
"name": "Dylan McDonald",
"email": "[email protected]",
"url": "https://www.deepdivedylan.io"
},
"scripts": {
"build": "rimraf public_html/dist && webpack --config webpack/webpack.config.js --progress --profile --bail"
},
"repository": {
"type": "git",
"url": "https://github.com/deepdivedylan/gasolinea.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"lodash.clonedeep": "^4.5.0",
"popper.js": "^1.16.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"js-cookie": "^2.2.1",
"mini-css-extract-plugin": "^0.8.0",
"path": "^0.12.7",
"rimraf": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}