forked from cssninjaStudio/fresh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
{
"name": "bulkit",
"version": "3.0.0",
"description": "Sass landing pages",
"main": "index.js",
"scripts": {
"build": "gulp build",
"start": "cd ./dist && http-server -sr -p 8000",
"dev": "gulp dev",
"test": "yarn build && yarn start && yarn test:regression",
"test:all": "yarn test:lint && yarn test:accessibility && yarn test:regression",
"test:lint": "gulp linters",
"test:accessibility": "gulp accessibility",
"test:regression": "percy exec -- node tests/regression.js"
},
"author": "Css Ninja",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cssninjaStudio"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"ansi-colors": "^4.1.1",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.12",
"csscomb": "^4.2.0",
"del": "^5.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-accessibility": "^3.1.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"gulp-htmllint": "0.0.16",
"gulp-imagemin": "^6.0.0",
"gulp-jshint": "^2.1.0",
"gulp-newer": "^1.4.0",
"gulp-pretty-html": "^2.0.9",
"gulp-remove-code": "^3.0.4",
"gulp-remove-logging": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-uglify-es": "^1.0.4",
"jshint": "^2.10.1",
"node-bourbon": "^4.2.8",
"panini": "^1.7.1",
"run-sequence": "^2.2.1",
"zoom-vanilla.js": "^2.0.6"
},
"dependencies": {
"bulma": "^0.8.0",
"bulma-extensions": "^6.2.7",
"feather-icons": "^4.7.0",
"http-server": "^0.12.3",
"jquery": "^3.5.1",
"jquery-waypoints": "^2.0.5",
"jquery.counterup": "^2.1.0",
"scrollreveal": "^3.4.0",
"slick-carousel": "^1.8.1"
}
}