-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
47 lines (47 loc) · 1.55 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
{
"name": "Launchbot",
"version": "3.0.3",
"description": "Self-hosted open source startpage. Open collections of websites with one click. It’s like restoring tabs, but anywhere.",
"author": "Michael Xander",
"bugs": "https://github.com/michaelx/Launchbot/issues",
"license": "MIT",
"repository": "https://github.com/michaelx/Launchbot",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.18.0",
"handlebars": "^4.5.3",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"postcss": "^7.0.17",
"postcss-advanced-variables": "^3.0.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.6.0",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-order": "^3.0.0",
"stylelint-webpack-plugin": "^0.10.5",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"scripts": {
"build": "webpack --config webpack.config.js --mode=production --display-error-details",
"start:dev": "webpack-dev-server"
},
"dependencies": {
"@babel/runtime": "^7.5.1"
}
}