-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.99 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.99 KB
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
68
69
{
"name": "angular-iscroll",
"version": "4.2.0",
"description": "AngularJS module that enables iScroll 5 functionality, wrapping it in an easy-to-use directive.",
"main": "dist/lib/angular-iscroll.js",
"scripts": {
"build": "NODE_ENV=production webpack --config-name=library",
"build-dev": "NODE_ENV=development webpack --config-name=library",
"watch": "NODE_ENV=development webpack --config-name=library --watch",
"update-browserlist-db": "npx update-browserslist-db@latest",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mtr/angular-iscroll.git"
},
"keywords": [
"iscroll",
"angular",
"directive"
],
"author": {
"name": "Martin Thorsen Ranang",
"email": "mtr@ranang.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mtr/angular-iscroll/issues"
},
"homepage": "https://github.com/mtr/angular-iscroll",
"browserslist": "> 0.5%, last 3 versions, Firefox ESR, not dead",
"dependencies": {
"iscroll": "^5.2.0",
"platform": "^1.3.6"
},
"peerDependencies": {
"angular": ">=1.8"
},
"resolutions": {
"loader-utils": "^2.0.4",
"minimatch": "^3.0.8"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@uirouter/angularjs": "^1.1.0",
"babel-loader": "^9.1.3",
"babel-plugin-angularjs-annotate": "^0.10.0",
"bootstrap-sass": "^3.4.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"dateformat": "^5.0.3",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"jquery": "^3.7.1",
"jshint": "^2.13.6",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.3.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "yarn@4.0.2"
}