-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
55 lines (55 loc) · 1.59 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
{
"author": "https://github.com/thienhung1989/angular-tree-dnd/graphs/contributors",
"name": "angular-tree-dnd",
"version": "3.0.12",
"homepage": "https://thienhung1989.github.io/angular-tree-dnd/",
"repository": {
"type": "git",
"url": "git://github.com/thienhung1989/angular-tree-dnd.git"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/thienhung1989/angular-tree-dnd.git",
"basePath": "dist/",
"files": [
"ng-tree-dnd.js",
"ng-tree-dnd.css",
"ng-tree-dnd.min.css",
"ng-tree-dnd.min.js",
"ng-tree-dnd.min.js.map"
]
},
"main": "dist/ng-tree-dnd.min.js",
"dependencies": {
"angular": ">=1.2"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"css-loader": "^6.7.3",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.23",
"postcss-loader": "^7.3.0",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
},
"browserslist": [
"last 2 version",
"> 1%",
"IE 10"
],
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve"
},
"license": "MIT"
}