This repository has been archived by the owner on Oct 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.69 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
{
"name": "trillo",
"version": "0.2.0",
"description": "Trillo | All in one booking app",
"main": "index.js",
"engines": {
"node": ">=0.12"
},
"private": true,
"scripts": {
"server": "browser-sync start --directory --server --files '*.js, *.html, *.css'"
},
"author": "Puritanic",
"license": "MIT",
"browserslist": "last 2 versions",
"dependencies": {
"gulp": "^3.9.1",
"gulp-imagemin": "^3.4.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rev": "^8.1.0",
"gulp-sourcemaps": "^2.6.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.18.13",
"css-mqpacker": "^6.0.1",
"del": "^3.0.0",
"gulp-babel-minify": "^0.2.0",
"gulp-cssnano": "^2.1.2",
"gulp-htmlmin": "^3.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^4.3.1",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-notify": "^3.0.0",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-usemin": "^0.3.28",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"node-notifier": "^5.1.2",
"path": "^0.12.7",
"postcss-assets": "^5.0.0",
"postcss-cssnext": "^3.0.2",
"postcss-font-magician": "^2.1.0",
"postcss-nesting": "^4.2.1",
"postcss-normalize": "^4.0.0",
"postcss-partial-import": "^4.1.0",
"postcss-reporter": "^5.0.0",
"require-dir": "^0.3.2",
"rucksack-css": "^1.0.2",
"webpack": "^3.8.1"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"eslint-config-prettier": "^2.9.0"
}
}