-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.65 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "ethical-frenchie",
"version": "1.0.0",
"description": "Ethical Frenchie is the most trusted source of French Bulldog puppies for sale. We provides thorough veterinary and genetic examinations for each puppy.",
"main": "gulpfile.js",
"scripts": {
"build": "webpack; gulp build --max_old_space_size=8000; hugo",
"clean": "rm -rf public resources",
"clean-node": "rm -rf node_modules",
"format": "prettier --write assets/js/*.js",
"lint": "eslint assets/js/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://jamesETF@github.com/jamesETF/ethical-frenchie.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamesETF/ethical-frenchie/issues"
},
"homepage": "https://github.com/jamesETF/ethical-frenchie#readme",
"engines": {
"node": "10.15.1"
},
"resolutions": {
"natives": "1.1.3"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"autoprefixer": "^9.1.5",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^5.0.0",
"cssnano": "^4.1.4",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.4.0",
"gulp": "^4.0.0",
"gulp-cache": "^1.1.1",
"gulp-concat-util": "^0.5.5",
"gulp-exec": "^3.0.2",
"gulp-gm": "0.0.9",
"gulp-imagemin": "^5.0.3",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"npm": "^6.4.1",
"postcss-calc": "^7.0.1",
"postcss-cli": "^6.0.0",
"postcss-custom-properties": "^8.0.9",
"postcss-import": "^12.0.1",
"postcss-mixins": "^6.2.0",
"postcss-nested": "^4.1.0",
"postcss-simple-vars": "^5.0.1",
"prettier": "^1.16.4",
"script-loader": "^0.7.2",
"sugarss": "^2.0.0",
"vanilla-router": "^1.2.7",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0"
},
"dependencies": {
"swiper": "^4.4.6",
"vanilla-lazyload": "^10.20.1"
}
}