-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 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
{
"name": "progress-it",
"version": "1.1.2",
"main": "progress-it/index.min.js",
"description": "map boolean as floating number",
"scripts": {
"dev": "webpack server --node-env development",
"build": "webpack --node-env production --progress",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@types/copy-webpack-plugin": "^8.0.0",
"@types/jest": "^27.0.2",
"@types/webpack": "^4.41.29",
"@types/webpack-dev-server": "^3.11.4",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.2.1",
"eslint": "^7.28.0",
"jest": "^27.0.4",
"ts-jest": "^27.0.3",
"ts-loader": "^8.0.14",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Envov/progress-it.git"
},
"typings": "progress-it/index.d.ts",
"author": "Envov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Envov/progress-it/issues"
},
"homepage": "https://github.com/Envov/progress-it#readme"
}