-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 3.85 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
{
"name": "MEANStackJHUEPIndStudies",
"private": true,
"version": "1.0.14",
"engines": {
"node": "4.2.6"
},
"description": "Having fun with MEAN stack.",
"repository": "https://github.com/jasonwr/MEANStackJHUEPIndStudies",
"license": "MIT",
"devDependencies": {
"bower": "^1.7.9",
"create-next-app": "^9.2.1",
"create-react-app": "^3.3.1",
"del": "^2.2.0",
"eslint-plugin-react-hooks": "^2.3.0",
"kerberos": "0.0.19",
"prettify": "^0.1.7",
"react": "^16.9.0",
"storybook": "^1.0.0",
"tidy-html5": "^0.1.1"
},
"scripts": {
"preinstall": "npm install bower",
"postinstall": "node_modules/bower/bin/bower install || bower install",
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1",
"pretest": "npm install",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor e2e-tests/protractor.conf.js",
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + sed(/sourceMappingURL=angular-loader.min.js.map/,'sourceMappingURL=bower_components/angular-loader/angular-loader.min.js.map','app/bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
},
"dependencies": {
"angular": "~1.7.9",
"angular-animate": "^1.5.0",
"angular-highlightjs": "^0.6.1",
"angular-mocks": "^1.5.3",
"angular-nvd3": "~1.0.2",
"angular-resource": "~1.5.0-beta.0",
"angular-route": "~1.5.1",
"angular-sanitize": "~1.5.2",
"angular-selectize": "0.0.1",
"angular-spinner": "~0.7.0",
"angular-toc": "^1.0.0",
"angular-ui-bootstrap": "~1.2.5",
"angular-ui-calendar": "^1.0.2",
"angular-ui-router": "~0.2.15",
"angular-ui-select": "~0.12.100",
"angular-ui-utils": "~0.1.1",
"angularjs": "0.0.1",
"body-parser": "~1.14.2",
"bootstrap": "~3.3.6",
"browserify": "^13.0.0",
"connect-mongo": "~1.1.0",
"cookie-parser": "~1.3.5",
"d3": "~3.5.6",
"debug": "~2.2.0",
"doctoc": "^1.0.0",
"ejs": "~2.3.4",
"electrolyte": "~0.2.0",
"express": "^4.13.4",
"express-session": "~1.11.3",
"font-awesome": "~4.4.0",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "~1.7.0",
"gulp-concat": "~2.6.0",
"gulp-ignore": "^2.0.1",
"gulp-istanbul": "~0.10.0",
"gulp-jasmine": "~2.2.1",
"gulp-jshint": "~1.11.2",
"gulp-less": "~3.0.3",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "~1.2.2",
"gulp-sourcemap": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "~1.5.1",
"highlight.js": "^9.5.0",
"http-server": "^0.8.5",
"istanbul": "^0.4.2",
"jasmine-core": "~2.4.1",
"jquery": "~2.1.4",
"karma": "^0.13.22",
"karma-browserify": "^5.0.1",
"karma-chrome-launcher": "~0.2.2",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "~0.3.7",
"karma-phantomjs-launcher": "~1.0.0",
"less": "^2.6.0",
"lodash": "~2.4.1",
"merge-stream": "^1.0.0",
"method-override": "~2.3.5",
"mongoose": "~4.3.7",
"morgan": "~1.6.1",
"ngclipboard": "^1.1.1",
"node-fetch": "^2.1.2",
"node-gyp-install": "~2.2.0",
"nodemon": "~1.9.2",
"nvd3": "~1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "^2.1.0",
"reload": "~0.7.0",
"serve-favicon": "~2.3.0",
"shelljs": "~0.2.6",
"uglify-js": "~2.6.1",
"ui-select": "~0.11.2",
"watchify": "^3.7.0"
}
}