-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.4 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": "@deleteagency/dc",
"version": "4.0.2",
"description": "",
"main": "src/index.ts",
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/Delete-Agency/dc.git"
},
"homepage": "https://github.com/Delete-Agency/dc",
"scripts": {
"build": "webpack --config webpack.base.config.js",
"build:watch": "webpack --config webpack.base.config.js --watch",
"build:types": "tsc -d --declarationDir dist --declarationMap --emitDeclarationOnly",
"test": "echo \"No test specified\"",
"prepublishOnly": "npm run build && npm run build:types"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.10.3",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/plugin-proposal-object-rest-spread": "7.10.3",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-object-assign": "7.10.3",
"@babel/preset-env": "7.10.3",
"@babel/preset-typescript": "7.12.1",
"@babel/runtime-corejs3": "7.12.1",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "3.0.0",
"core-js": "3.6.4",
"fork-ts-checker-webpack-plugin": "5.2.0",
"typescript": "4.0.3",
"webpack": "5.4.0",
"webpack-cli": "4.2.0"
},
"browserslist": [
"ios >= 12",
"ie 11",
"last 2 edge versions",
"last 2 chrome versions",
"last 2 firefox versions",
"last 1 safari versions"
]
}