-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
57 lines (57 loc) · 1.67 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
{
"name": "wagtailyoast",
"version": "0.0.10",
"repository": "git@github.com:Aleksi44/wagtailyoast.git",
"author": "Alexis LE BARON <hello@snoweb.fr>",
"license": "GPL-3.0",
"dependencies": {
"yoastseo": "1.80.0"
},
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"lint": "eslint ."
},
"husky": {
"hooks": {
"pre-push": "yarn lint && flake8"
}
},
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-classes": "7.4.3",
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/polyfill": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/register": "7.4.0",
"autoprefixer": "^9.1.3",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.5",
"babel-preset-airbnb": "3.2.1",
"browser-sync": "2.26.7",
"browser-sync-webpack-plugin": "2.2.2",
"clean-webpack-plugin": "1.0.1",
"copy-webpack-plugin": "4.6.0",
"css-loader": "3.2.0",
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-import-resolver-webpack": "0.11.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-react": "7.12.4",
"extract-loader": "^2.0.1",
"file-loader": "^5.0.2",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"husky": "1.3.1",
"node-sass": "4.13.1",
"postcss-loader": "^3.0.0",
"sass-loader": "8.0.0",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
"webpack-dev-server": "3.2.1"
}
}