-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.44 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": "newton",
"version": "0.2.0",
"description": "Developer theme for Grav - Flat-File CMS",
"author": "Maciej Jendryczka <[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/macjendr/newton.git"
},
"license": "MIT",
"keywords": [
"grav",
"theme",
"webpack",
"hotreloading",
"sass",
"es6",
"babel",
"modern",
"minimal"
],
"bugs": {
"url": "https://github.com/macjendr/newton/issues"
},
"homepage": "https://github.com/macjendr/newton#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"autoprefixer": "^9.7.1",
"babel-loader": "^8.0.6",
"babel-eslint": "10.0.3",
"css-loader": "^3.2.0",
"eslint": "6.6.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-loader": "3.0.2",
"eslint-plugin-import": "2.18.2",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "3.3.10",
"webpack-dev-server": "^3.9.0"
},
"browserslist": [
"last 4 Chrome versions",
"Edge >= 12",
"Firefox ESR",
"last 4 Safari versions",
"last 4 Opera versions",
"Explorer >= 10"
],
"scripts": {
"dev": "webpack-dev-server --config webpack.config.babel.js --mode development --port 3000 --hot --disable-host-check --reload"
}
}