-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "storm-cookie-banner",
"version": "1.1.1",
"description": "",
"author": "stormid",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mjbp/storm-cookie-banner.git"
},
"bugs": {
"url": "https://github.com/mjbp/storm-cookie-banner/issues"
},
"main": "dist/index.js",
"source": "src/index.js",
"module": "dist/index.modern.mjs",
"unpkg": "dist/index.umd.js",
"browser": "dist/index.umd.js",
"keywords": [
"stormid",
"cookies",
"gdpr",
"component"
],
"scripts": {
"build": "microbundle --name CookieBanner",
"test": "node_modules/.bin/jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/node": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"isomorphic-fetch": "^2.2.1",
"jest": "^24.9.0",
"microbundle": "^0.11.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}