-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
139 lines (139 loc) · 4.76 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "ng-component-webpack",
"version": "1.0.0",
"description": "",
"main": "server/bin/www.js",
"scripts": {
"preinstall": "npm i webpack typescript nodemon -g",
"postinstall": "tsc && node_modules/.bin/webpack --config webpack/webpack.config.js",
"heroku-postbuild": "tsc && webpack --config webpack/webpack.config.js",
"analyze": "ANALYZE=1 npm run build",
"build:client": "webpack --config webpack/webpack.config.js",
"build:sass": "node-sass ./client/styles/ -o ./client/styles/",
"build": "tsc && npm run build:client && npm run build:sass && npm run lint",
"build:prod": "PROD_ENV=1 npm run build",
"dev": "tsc && concurrently \"webpack --config webpack/webpack.config.js -w\" \"node-sass client/styles/ -o client/styles/ -w\" \"nodemon -r dotenv/config\" \"lite-server\"",
"lint": "tslint -e node_modules './server/**/**/*.ts' './client/**/**/*.ts'",
"serve": "nodemon -r dotenv/config",
"debug": "nodemon debug -r dotenv/config",
"inspect": "nodemon --inspect -r dotenv/config",
"test": "concurrently \"webpack --config webpack/test.config.js -w\" \"karma start\"",
"start": "npm run dev"
},
"author": "Brandon Morrison",
"license": "ISC",
"devDependencies": {
"angular-mocks": "^1.6.2",
"browser-sync-webpack-plugin": "^1.1.4",
"concurrently": "^3.3.0",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.1",
"http-proxy-middleware": "^0.17.4",
"jasmine": "^2.5.3",
"json-loader": "^0.5.4",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-requirejs": "^1.1.0",
"karma-typescript": "git+https://github.com/monounity/karma-typescript.git#2.1.8",
"karma-typescript-preprocessor": "^0.3.1",
"karma-webpack": "^2.0.2",
"lite-server": "^2.2.2",
"node-sass": "^4.5.0",
"nodemon": "^1.11.0",
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"requirejs": "^2.3.3",
"sass-loader": "^6.0.2",
"script-loader": "^0.7.0",
"source-map-loader": "^0.1.6",
"style-loader": "^0.13.2",
"ts-loader": "^2.0.1",
"tslint": "^4.5.0",
"typescript": "^2.2.1",
"url-loader": "^0.5.8",
"webpack-dev-server": "^2.4.1"
},
"dependencies": {
"@types/angular": "^1.6.5",
"@types/angular-mocks": "^1.5.9",
"@types/angular-resource": "^1.5.8",
"@types/angular-sanitize": "^1.3.4",
"@types/angular-toastr": "^1.6.30",
"@types/angular-ui-router": "^1.1.36",
"@types/body-parser": "0.0.33",
"@types/debug": "0.0.29",
"@types/ejs": "^2.3.33",
"@types/express": "^4.0.35",
"@types/express-session": "0.0.32",
"@types/express-validator": "^2.20.33",
"@types/helmet": "0.0.33",
"@types/jasmine": "^2.5.43",
"@types/lodash": "^4.14.52",
"@types/moment": "^2.13.0",
"@types/mongodb": "^2.1.40",
"@types/mongoose": "^4.7.5",
"@types/morgan": "^1.7.32",
"@types/ngstorage": "0.3.33",
"@types/passport": "^0.3.3",
"@types/passport-local": "^1.0.29",
"@types/passport-twitter": "^1.0.30",
"@types/validator": "^6.2.0",
"angular": "^1.6.2",
"angular-animate": "^1.6.2",
"angular-messages": "^1.6.2",
"angular-nvd3": "^1.0.9",
"angular-resource": "^1.6.2",
"angular-sanitize": "^1.6.2",
"angular-toastr": "^2.1.1",
"angular-ui-router": "^0.4.2",
"animate.css": "^3.5.2",
"body-parser": "^1.16.1",
"bootstrap-sass": "^3.3.7",
"bootstrap-sass-loader": "^1.0.10",
"connect-mongo": "^1.3.2",
"connect-roles": "^3.1.2",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"debug": "^2.6.1",
"dotenv": "^4.0.0",
"ejs": "^2.5.5",
"express": "^4.14.1",
"express-jwt-permissions": "^0.5.0",
"express-session": "^1.15.1",
"express-validator": "^3.1.2",
"font-awesome": "^4.7.0",
"helmet": "^3.4.0",
"http": "0.0.0",
"jasmine-core": "^2.5.2",
"jquery": "^3.1.1",
"jsonwebtoken": "^7.3.0",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.4",
"mo-js": "^0.288.1",
"mojs-curve-editor": "^1.5.0",
"mojs-player": "^0.43.16",
"moment": "^2.17.1",
"mongodb": "^2.2.22",
"mongoose": "^4.8.2",
"morgan": "^1.8.1",
"ngstorage": "^0.3.11",
"open-browser-webpack-plugin": "0.0.4",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-soundcloud": "^0.2.0",
"passport-soundcloud-token": "^2.1.1",
"passport-strategy": "^1.0.0",
"passport-twitter": "^1.0.4",
"validator": "^6.2.1",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.3.0",
"webpack-dev-middleware": "^1.10.1"
}
}