-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 949 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
34
35
36
{
"name": "wb-bitbucket",
"version": "1.0.0",
"description": "github package for workerB",
"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.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"morgan": "^1.10.0",
"ts-loader": "^7.0.5",
"typescript": "^4.1.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"wb-packager-webpack-plugin": "^1.0.8",
"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",
"copy-webpack-plugin": "^6.0.2",
"dotenv": "^8.2.0",
"drive-db": "^6.0.0",
"fs": "^0.0.1-security",
"whatwg-fetch": "^3.0.0"
}
}