-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.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
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
{
"name": "sd-PreAlpha",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "babel-node ./"
},
"keywords": [],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": ""
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 2 Chrome versions"
]
}
}
]
],
"plugins": [
"transform-class-properties"
]
},
"dependencies": {
"@babel/preset-env": "^7.1.0",
"angular": "^1.7.5",
"angular-animate": "^1.7.5",
"angular-aria": "^1.7.5",
"angular-material": "^1.1.10",
"angular-material-data-table": "^0.10.10",
"angular-messages": "^1.7.5",
"angular-recaptcha": "^4.2.0",
"angular-sanitize": "^1.7.5",
"angular-translate": "^2.18.1",
"angular-ui-router": "^0.4.2",
"bookshelf": "^0.13.3",
"bookshelf-page": "^0.3.2",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-mysql-session": "^2.0.1",
"express-session": "^1.15.6",
"glob": "^7.1.3",
"http": "0.0.0",
"https": "^1.0.0",
"jsonfile": "^5.0.0",
"knex": "^0.15.2",
"moment": "^2.22.2",
"mysql": "^2.16.0",
"natives": "^1.1.6",
"ngstorage": "^0.3.11",
"passport": "^0.4.0",
"regex": "^0.1.1",
"request": "^2.88.0",
"tcp-port-used": "^1.0.1",
"ui-router-extras": "^0.1.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^16.2.3",
"browserify-ngannotate": "^2.0.0",
"cached-path-relative": "^1.0.2",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.2.3",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"vinyl-source-stream": "^2.0.0"
}
}