-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 903 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
26
27
28
29
30
31
32
33
{
"name": "wb-dummy",
"version": "1.0.0",
"description": "dummy package for testing",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch --progress"
},
"author": "workerB",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.10.2",
"@types/workerb-api": "^1.0.2",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^6.0.2",
"wb-packager-webpack-plugin": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"morgan": "^1.10.0",
"ts-loader": "^7.0.5",
"typescript": "^4.1.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/core": "^7.10.2",
"babel-register": "^6.26.0",
"fs": "^0.0.1-security"
}
}