-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.21 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
{
"name": "angular-select-option",
"version": "3.0.4",
"description": "Select directive for angular 1.x",
"main": "index.js",
"repository": "https://github.com/StefanoVollono/angular-select.git",
"author": "Stefano Vollono <[email protected]>",
"license": "MIT",
"scripts": {
"serve": "webpack serve --open --config webpack.dev.js --mode development",
"build:lib": "webpack --config webpack.prod.js --mode production",
"build:demo": "webpack --config webpack.demo.js",
"serve:build-demo": "npm run build:demo && http-server dist/demo"
},
"peerDependencies": {
"angular": "1.8.2"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"angular": "1.8.2",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.0",
"mini-css-extract-plugin": "^2.6.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}