-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·64 lines (64 loc) · 1.73 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
{
"title": "Creative",
"name": "surefi-website",
"version": "1.0.0",
"description": "Creative is a stylish one page HTML theme for Bootstrap.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/creative",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-creative/issues",
"email": "[email protected]"
},
"license": "BSD",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/BlackrockDigital/startbootstrap-creative.git"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"bootstrap": "^4.1.3",
"clean-webpack-plugin": "^0.1.19",
"font-awesome": "4.7.0",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.2.1",
"jquery.easing": "^1.4.1",
"magnific-popup": "^1.1.0",
"node-sass": "^4.9.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-easy-swipe": "0.0.16",
"react-responsive-carousel": "^3.1.41",
"scrollreveal": "3.3.6",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"devDependencies": {
"browser-sync": "2.18.13",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.0",
"gulp-header": "1.8.9",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "3.0.0",
"webpack-merge": "^4.1.3"
},
"main": "gulpfile.js",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
}