forked from StartBootstrap/startbootstrap-agency
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.7 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
60
61
62
63
64
65
66
67
68
69
{
"title": "Roudan.io Homepage",
"name": "roudan.io",
"version": "0.2.0",
"description": "Homepage for Roudan.io Studio",
"keywords": [
"homepage",
"studio",
"portfolio",
"design",
"full-stack"
],
"homepage": "https://roudan.io/",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-agency/issues",
"email": "meathill@gmail.com"
},
"license": "MIT",
"authors": [
{
"name": "Meathill",
"url": "https://blog.meathill.com",
"email": "meathill@gmail.com"
},
{
"name": "Eggeast",
"url": "https://eggest.com"
}
],
"scripts": {
"dev": "webpack-dev-server --config build/webpack.config.js",
"build": "webpack --config build/webpack.config.prod.js"
},
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/roudanio/roudanio.github.io.git"
},
"dependencies": {
"bootstrap": "^4.4.1",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"jquery.easing": "^1.4.1",
"lodash": "^4.17.15",
"popper.js": "^1.16.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"core-js": "^3.6.1",
"css-loader": "^3.4.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^4.0.0-beta.11",
"mini-css-extract-plugin": "^0.9.0",
"nib": "^1.1.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"style-loader": "^1.1.2",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^2.3.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}