forked from InboxSDK/hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 909 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
{
"name": "hello-world",
"version": "0.1.0",
"description": "InboxSDK test extension",
"private": true,
"browserslist": "last 4 Chrome versions",
"scripts": {
"clean": "rimraf dist",
"start": "webpack --config webpack.dev.js --watch",
"build": "webpack --config webpack.dev.js",
"build-prod": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InboxSDK/hello-world.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InboxSDK/hello-world/issues"
},
"homepage": "https://github.com/InboxSDK/hello-world#readme",
"dependencies": {
"@inboxsdk/core": "^2.1.37"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"rimraf": "^3.0.2",
"source-map-loader": "^4.0.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
}
}