-
Notifications
You must be signed in to change notification settings - Fork 307
/
Copy pathpackage.json
67 lines (67 loc) · 1.93 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "js-plugin-circliful",
"version": "2.0.15",
"description": "circle statistic plugin without dependencies",
"main": "dist/circliful.js",
"repository": {
"type": "git",
"url": "https://github.com/pguso/js-plugin-circliful"
},
"scripts": {
"start:dev": "webpack-dev-server --config webpack.dev.config.js --content-base public/",
"build": "webpack --config webpack.prod.config.js",
"lint": "tslint -c tslint.json -p tsconfig.json --fix",
"test": "jest --collectCoverage",
"test:watch": "jest --watch"
},
"keywords": [
"circliful",
"vanilla",
"circle",
"statistic",
"stats",
"presentation",
"svg",
"fraction"
],
"author": {
"name": "Patric Gutersohn",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/pguso/js-plugin-circliful/issues"
},
"_id": "[email protected]",
"readmeFilename": "README.md",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-modules-umd": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@purtuga/esm-webpack-plugin": "^1.2.1",
"@types/jest": "^25.2.1",
"@types/node": "^13.9.4",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"es6-promise-promise": "^1.0.0",
"html-webpack-plugin": "^4.0.2",
"jest": "^25.2.7",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"ts-loader": "^6.2.2",
"tslint": "^5.20.1",
"tslint-loader": "^3.5.4",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}