-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "percircle",
"version": "1.0.33",
"description": "CSS percentage circle built with jQuery selectors.",
"main": "dist/js/percircle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/teobais/percircle.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"percentage",
"circle",
"ui"
],
"author": "Teo Bais <[email protected]> (http://thodorisbais.nl/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/teobais/percircle/issues"
},
"homepage": "https://github.com/teobais/percircle#readme",
"peerDependencies": {
"jquery": "3.4.1"
},
"devDependencies": {
"autoprefixer": "9.6.5",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.2.0",
"cssnano": "4.1.10",
"html-webpack-plugin": "3.2.0",
"jshint": "2.10.2",
"jshint-stylish": "2.2.1",
"jshint-stylish-summary": "1.0.0",
"less": "3.10.3",
"less-loader": "5.0.0",
"mini-css-extract-plugin": "0.8.0",
"postcss": "8.2.13",
"postcss-loader": "3.0.0",
"webpack": "4.41.2",
"webpack-cli": "3.3.9",
"webpack-dev-server": "3.8.2",
"webpack-merge": "4.2.2",
"webpack-rtl-plugin": "2.0.0"
},
"browserslist": [
"last 4 versions"
],
"scripts": {
"build": "webpack --env.production --config config/webpack.prod.js",
"start": "webpack-dev-server --env.development --open --config config/webpack.dev.js"
}
}