-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.31 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.31 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "colibribasefront",
"version": "1.0.0",
"description": "Any",
"scripts": {
"build": "npm run clean && cross-env NODE_ENV=production webpack",
"build:test": "cross-env NODE_ENV=development webpack",
"build:dev": "cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0",
"build:prod": "npm run clean && npm run build",
"clean": "rimraf build",
"start": "npm run build:dev"
},
"author": "Lets",
"license": "ISC",
"keywords": [
"ES6",
"webpack",
"angularjs",
"component",
"class"
],
"dependencies": {
"@babel/runtime": "^7.0.0",
"@babel/runtime-corejs2": "^7.0.0",
"@uirouter/angularjs": "^1.0.20",
"angular": "^1.7.3",
"angular-cookies": "^1.7.9",
"angular-resource": "^1.7.8",
"angular-sanitize": "^1.7.8",
"angular-swiper": "^0.4.0",
"angular-translate": "^2.18.2",
"angular-translate-storage-cookie": "^2.18.2",
"angular-translate-storage-local": "^2.18.2",
"angular-ui-mask": "^1.8.7",
"angular-ui-router": "^1.0.23",
"angularjs-slider": "^7.0.0",
"animate.css": "^3.7.2",
"bootstrap": "^4.3.1",
"checklist-model": "^1.0.0",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^0.9.0",
"moment": "^2.24.0",
"ng-meta": "^1.0.0",
"popper.js": "^1.16.0",
"swangular": "^1.4.3",
"sweetalert2": "^7.1.3",
"swiper": "^4.5.1",
"webpack-cli": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.6.2",
"@fortawesome/fontawesome-free": "^5.10.2",
"autoprefixer": "^9.1.5",
"babel-loader": "^8.0.6",
"babel-plugin-angularjs-annotate": "^0.9.0",
"babel-plugin-lodash": "^3.3.4",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"favicons-webpack-plugin": "^1.0.2",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"node-libs-browser": "2.1.0",
"node-sass": "^4.9.3",
"null-loader": "^0.1.1",
"postcss-loader": "3.0.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^2.1.0",
"webpack": "^4.41.0",
"webpack-dev-server": "^3.1.8"
}
}