-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.18 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.18 KB
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
{
"name": "frontstreet",
"version": "1.0.2",
"description": "Front-End Web Framework",
"keywords": ["css", "sass", "responsive", "front-end", "framework", "web", "flexbox", "grid", "front street", "themeblvd", "theme blvd", "jump start"],
"main": "./dist/js/frontstreet.min.js",
"browser": "./dist/js/frontstreet.min.js",
"module": "./src/js/index.js",
"directories": {
"lib": "./src"
},
"scripts": {
"start": "concurrently 'npm run server' 'npm run watch'",
"server": "browser-sync start --server 'docs' --files *",
"watch": "gulp --gulpfile ./build/gulpfile.js watch",
"build": "npm run clean && gulp --gulpfile ./build/gulpfile.js build",
"project:css": "gulp --gulpfile ./build/gulpfile.js build-project-css",
"project:js": "gulp --gulpfile ./build/gulpfile.js build-project-js",
"docs:css": "gulp --gulpfile ./build/gulpfile.js build-docs-css",
"docs:js": "gulp --gulpfile ./build/gulpfile.js build-docs-js",
"docs:html": "gulp --gulpfile ./build/gulpfile.js build-docs-html",
"docs:img": "gulp --gulpfile ./build/gulpfile.js build-docs-img",
"clean": "gulp --gulpfile ./build/gulpfile.js clean"
},
"repository": {
"type": "git",
"url": "https://github.com/themeblvd/frontstreet.git"
},
"author": "Jason Bobich <info@themeblvd.com> (http://jasonbobich.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/themeblvd/frontstreet/issues"
},
"homepage": "http://frontstreet.io",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.6",
"concurrently": "^3.6.0",
"del": "^3.0.0",
"escape-html": "^1.0.3",
"fuse.js": "^3.0.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-cli": "^2.0.1",
"gulp-file-include": "^2.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"highlight.js": "^9.12.0",
"magnific-popup": "^1.1.0",
"node-sass-tilde-importer": "^1.0.2",
"owl.carousel": "^2.3.4",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-merge": "^4.1.3",
"webpack-stream": "^4.0.3"
}
}