forked from 0xHexE/carbon-keycloak-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.77 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": "keycloak-carbon-theme",
"version": "1.0.0",
"description": "WIP: Stay tune",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.dev.js",
"build:prod": "webpack --env prod --config webpack.config.js",
"watch": "webpack --watch --config webpack.config.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/httpsOmkar/keycloak-carbon-theme.git"
},
"author": "Omkar Yadav <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/httpsOmkar/keycloak-carbon-theme/issues"
},
"homepage": "https://github.com/httpsOmkar/keycloak-carbon-theme#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@types/angular": "^1.6.57",
"@types/blueimp-md5": "^2.7.0",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"dotenv-webpack": "^1.7.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"ts-loader": "^6.2.1",
"typescript": "^3.8.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"angular": "^1.8.0",
"angular-cookies": "^1.7.9",
"angular-resource": "^1.7.9",
"angular-route": "^1.7.9",
"angular-sanitize": "^1.7.9",
"angular-translate": "^2.18.2",
"angular-translate-loader-url": "^2.18.2",
"angular-ui-select2": "0.0.5",
"autofill-event": "0.0.1",
"blueimp-md5": "^2.12.0",
"carbon-components": "^10.9.3",
"jquery": "^3.5.0",
"select2": "^4.0.13"
}
}