forked from RepairAssociation/action-banner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.58 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
{
"name": "action-banner",
"version": "1.0.0",
"description": "Right to repair action banner",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.js --host 0.0.0.0",
"watch": "webpack --watch --config webpack.prod.js",
"build": "webpack --config webpack.prod.js",
"lint": "./node_modules/.bin/eslint src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RepairAssociation/action-banner.git"
},
"author": "Global Climate Strike",
"bugs": {
"url": "https://github.com/RepairAssociation/action-banner/issues"
},
"homepage": "https://github.com/RepairAssociation/action-banner#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"file-loader": "^4.3.0",
"handlebars": "^4.7.6",
"html-loader": "^0.5.5",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"js-yaml": "^3.14.1",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.8.2",
"postcss": "^7.0.35",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"showdown": "^1.9.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^4.2.2"
}
}