forked from RedHatOfficial/RedHatOfficial.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.16 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
{
"name": "red-hat-official",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"babel": "babel --presets es2015 app/index.js -o build/main.bundle.js",
"build": "webpack --config webpack.config.prod.js --mode production",
"start": "webpack-dev-server --mode development --open --config webpack.config.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@angular/cli": "^1.7.3",
"angular-cli-ghpages": "^0.5.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.6",
"mini-css-extract-plugin": "^0.2.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^3.1.1"
},
"dependencies": {
"angular": "^1.6.9",
"angular-route": "^1.6.9",
"angular-sanitize": "^1.6.9"
}
}