-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
25 lines (25 loc) · 850 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
{
"name": "save-your-internet-widget",
"version": "0.1.5",
"description": "Simple widget to inform visitors about EU copyright reform",
"keywords": ["EUAlert", "Blackout21", "321EUOfflineDay", "article13", "article11", "redalert", "saveyourinternet"],
"main": "src/index.js",
"scripts": {
"dev": "webpack --progress --colors --watch --env dev",
"build": "webpack --env build --mode production"
},
"author": "Timon F. <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"raw-loader": "^1.0.0",
"webpack": "^4.10.2",
"webpack-cli": "^3.2.3"
}
}