-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.73 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
{
"name": "widget-engreve",
"version": "2.2.0",
"description": "Digital Strike widget so anyone can join the digital strike against the French pension reform and its world",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --host 0.0.0.0",
"build": "webpack --config webpack.prod.js",
"lint": "./node_modules/.bin/eslint src/index.js",
"prerelease": "npm run build",
"release": "standard-version",
"postpublish": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onestlatech/widget-engreve.git"
},
"author": "Noël Macé",
"contributors": [
"Global Climate Strike (no affiliation)"
],
"bugs": {
"url": "https://github.com/onestlatech/widget-engreve.git/issues"
},
"homepage": "https://github.com/onestlatech/widget-engreve.git#readme",
"devDependencies": {
"@babel/core": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^3.4.2",
"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.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.8.2",
"postcss": "^7.0.32",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"showdown": "^1.9.1",
"standard-version": "^9.0.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.3"
}
}