-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 931 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 931 Bytes
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
{
"name": "prebidskin",
"version": "1.0.0",
"description": "Skin for Prebid",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production && mkdir -p ../dist/prebidSkin && cp -R dist/ $_",
"dev": "webpack-dev-server --config './webpack.config.js'"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.0-beta.3",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.5.2",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"lodash": "^4.17.5",
"webpack": "^4.12.0",
"webpack-cli": "^2.1.5",
"webpack-dev-server": "^3.1.4",
"webpack-serve": "^1.0.4"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"jsdoc-webpack-plugin": "0.0.2",
"unminified-webpack-plugin": "^2.0.0"
}
}