-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1007 Bytes
/
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
{
"name": "frontend-starter",
"version": "1.0.0",
"description": "A simple frontend-app-starter with Webpack, Twitter Bootstrap and well-defined CSS media queries.",
"main": "index.js",
"scripts": {
"test": "ERROR: No test specified!",
"build": "webpack"
},
"author": "Adesina Hammed H",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"popper.js": "^1.12.9",
"jquery": "^3.2.1"
},
"devDependencies": {
"autoprefixer": "^7.2.2",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"image-webpack-loader": "^3.4.2",
"node-sass": "^4.7.2",
"postcss-loader": "^2.0.9",
"precss": "^2.0.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
},
"keywords": [
"frontend",
"webpack",
"bootstrap",
"jquery",
"sass",
"css"
],
"engines": {
"node": ">= 8.1.3",
"npm": ">= 5.0.3"
}
}