-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.91 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
{
"name": "real-estate",
"version": "0.0.1",
"description": "real-estate project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"admin-lte": "^2.3.8",
"angular": "1.5.10",
"angular-sanitize": "1.5.10",
"angular-ui-bootstrap": "^2.3.1",
"angular-ui-notification": "^0.2.0",
"angular-ui-router": "^0.3.2",
"bcryptjs": "^2.4.0",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"bootstrap-webpack": "0.0.5",
"config": "^1.24.0",
"express": "^4.14.0",
"font-awesome": "^4.5.0",
"ionicons": "^2.0.1",
"jquery": "^3.1.1",
"jsonwebtoken": "^7.2.1",
"multer": "^1.2.1",
"mysql": "^2.12.0",
"ng-file-upload": "^12.2.13",
"ng-table": "^3.0.1",
"ngmap": "^1.17.8",
"ngstorage": "^0.3.11",
"pug": "^2.0.0-beta6",
"sequelize": "^3.27.0",
"sequelize-cli": "^2.5.1",
"sequelize-fixtures": "^0.5.6",
"ui-select": "^0.19.6",
"underscore": "^1.8.3",
"xls-to-json-lc": "^0.3.3",
"xlsx-to-json-lc": "^0.2.5"
},
"devDependencies": {
"angular-mocks": "1.5.10",
"angular-translate": "^2.13.1",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"eslint-loader": "^1.6.1",
"exports-loader": "^0.6.3",
"extract-loader": "^0.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"faker": "^3.1.0",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-util": "^3.0.7",
"html-loader": "^0.4.4",
"imports-loader": "^0.7.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"ng-annotate-loader": "^0.2.0",
"ngtemplate-loader": "^1.3.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}