-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.42 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.42 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
84
85
86
87
88
89
{
"version": "0.0.1",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --output-path ./dist && tsc src/server/server.ts && node src/server/server.js",
"lint": "ng lint",
"test": "tsc test/**/**.ts src/server/db/**/**/**/**.ts && mocha"
},
"dependencies": {
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"@types/jsonwebtoken": "^7.2.2",
"@types/node": "^6.0.85",
"angular2-cookie": "^1.2.6",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"body-parser": "~1.15.1",
"bootstrap": "^3.3.7",
"connect-flash": "^0.1.1",
"core-js": "^2.4.1",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "^4.15.3",
"font-awesome": "^4.7.0",
"jsonwebtoken": "^7.4.1",
"knex": "^0.11.10",
"morgan": "~1.7.0",
"mysql": "^2.14.1",
"node-cache": "^4.1.1",
"nunjucks": "^2.4.2",
"primeng": "^4.1.2",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.2.1",
"@angular/compiler-cli": "^4.0.0",
"@angular/language-service": "^4.0.0",
"@types/node": "^8.0.17",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"codelyzer": "~3.0.1",
"core-js": "^2.4.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-nodemon": "^2.1.0",
"gulp-plumber": "^1.1.0",
"gulp-typescript": "^3.2.0",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"mocha": "^3.0.2",
"run-sequence": "^1.2.2",
"tiny-lr": "^0.2.1",
"ts-debug": "^1.0.5",
"ts-node": "~3.0.4",
"tslint": "~5.7.0",
"typescript": "~2.3.3"
},
"name": "studio",
"description": "## Want to learn how to build this project?",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bulabulaka/Studio.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bulabulaka/Studio/issues"
},
"homepage": "https://github.com/bulabulaka/Studio#readme"
}