-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "gfentimencom",
"main": "server.js",
"version": "0.0.1",
"engines": {
"node": "12.18.0"
},
"scripts": {
"build": "rimraf ./public/build && gulp",
"prod": "rimraf ./public/build && gulp prod",
"start": "node server.js",
"test": "node node_modules/jasmine/bin/jasmine.js"
},
"dependencies": {
"angular": "^1.8.0",
"angular-animate": "^1.5.11",
"angular-loading-bar": "^0.9.0",
"angular-route": "^1.5.11",
"angular-sanitize": "^1.5.11",
"angular-ui-bootstrap": "^2.5.6",
"body-parser": "latest",
"bootstrap-css-only": "^3.3.7",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "latest",
"express-handlebars": "latest",
"express-session": "^1.17.1",
"feed-read": "latest",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"lodash": "^4.17.21",
"mock-require": "^1.3.0",
"node-fetch": "^2.6.7",
"oauth": "^0.9.15",
"path": "^0.12.7",
"restangular": "^1.6.1",
"rimraf": "^3.0.2",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"gulp-autoprefixer": "^8.0.0",
"jasmine": "^2.5.2"
}
}