-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
37 lines (37 loc) · 944 Bytes
/
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
{
"name": "dry-rb.org",
"description": "dry-rb website",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/dry-rb/dry-rb.github.io.git"
},
"author": "icelab",
"license": "MIT",
"bugs": {
"url": "https://github.com/dry-rb/dry-rb/issues"
},
"homepage": "https://github.com/dry-rb/dry-rb#readme",
"devDependencies": {
"autoprefixer": "^9.7.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"breakpoint-sass": "^2.7.1",
"breakpoint-slicer": "^2.0.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"flask": "^0.2.10",
"import-glob-loader": "^1.1.0",
"mini-css-extract-plugin": "^0.8.0",
"postcss-loader": "^3.0.0",
"sass": "^1.45.0",
"sass-loader": "^8.0.0",
"tar": "^5.0.5",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"engines": {
"node": ">=4.2.4"
}
}