-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.39 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
{
"name": "ts-loader",
"version": "4.0.3",
"private": true,
"main": "dist/ts-loader.js",
"repository": "https://github.com/tablecheck/ts-loader",
"scripts": {
"build": "webpack --config webpack-production.config.js",
"lint": "eslint lib --ext .js",
"start": "webpack-dev-server --inline --progress --colors",
"tags:update": "git fetch --prune [email protected]:tablecheck/ts-loader.git '+refs/tags/*:refs/tags/*'",
"version": "npm run build && git add dist/* && npm run tags:update && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"pre-commit": {
"silent": true,
"run": [
"lint"
]
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.2",
"@babel/eslint-parser": "7.22.15",
"@babel/preset-env": "7.23.2",
"babel-loader": "9.1.3",
"babel-preset-env": "1.7.0",
"classlist-polyfill": "1.2.0",
"conventional-changelog-cli": "4.1.0",
"core-js": "3.33.1",
"element-dataset": "2.2.6",
"eslint": "8.52.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.0",
"ip": "1.1.8",
"lz-string": "1.5.0",
"pre-commit": "1.2.2",
"semver": "7.5.4",
"spark-md5": "3.0.2",
"terser-webpack-plugin": "5.3.9",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-middleware": "6.1.1",
"webpack-dev-server": "4.15.1"
}
}