-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.82 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
{
"name": "angularjs-nouislider",
"version": "14.1.3",
"description": "An AngularJS wrapper for the noUiSlider range slider with minimal overhead.",
"main": "dist/angularjs-nouislider.js",
"scripts": {
"build": "webpack --config webpack.develop.js && webpack --config webpack.production.js",
"watch": "webpack --watch --config webpack.production.js",
"examples": "webpack --config webpack.examples.js",
"start": "webpack-dev-server --open --config webpack.examples.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaaceindhoven/angularjs-nouislider.git"
},
"keywords": [
"nouislider",
"angularjs",
"angular",
"wrapper"
],
"author": "Luud Janssen",
"license": "MIT",
"bugs": {
"url": "https://github.com/isaaceindhoven/angularjs-nouislider/issues"
},
"homepage": "https://isaaceindhoven.github.io/angularjs-nouislider/",
"dependencies": {
"angular": "^1.8.1",
"nouislider": "^14.6.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/eslint-parser": "^7.11.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"angular-jsoneditor": "0.0.2",
"babel-loader": "^8.1.0",
"babel-plugin-angularjs-annotate": "^0.10.0",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.6.5",
"css-loader": "^4.3.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^0.10.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.2.0"
}
}