This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
232 lines (232 loc) · 9.34 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
{
"name": "code-gov-web",
"version": "2.9.4",
"description": "Code.gov is a website promoting good practices in code development, collaboration, and reuse across the U.S. Government. Code.gov will provide tools and guidance to help agencies implement the [Federal Source Code Policy](https://sourcecode.cio.gov). It will include an inventory of the government's custom code to promote reuse between agencies and will provide tools to help government and the public collaborate on open source projects.",
"keywords": [
"angular2",
"webpack",
"typescript"
],
"author": {
"name": "Code.gov Team",
"url": "https://code.gov",
"email": "code@gsa.gov"
},
"contributors": [
{
"name": "Zachary Kuhn",
"url": "https://github.com/zachary-kuhn"
},
{
"name": "Froilan Irizarry",
"url": "https://github.com/froi"
},
{
"name": "Olivier Kamanda",
"url": "https://github.com/okamanda"
},
{
"name": "Luke Keller",
"url": "https://github.com/lukad03"
},
{
"name": "Matt Bailey",
"url": "https://github.com/mattbailey0"
},
{
"name": "Daniel J. Dufour",
"url": "https://github.com/danieljdufour"
}
],
"homepage": "https://github.com/GSA/code-gov-web",
"license": "CC0-1.0",
"scripts": {
"rimraf": "rimraf",
"tslint": "tslint --config tslint.json --project tsconfig.json",
"typedoc": "typedoc",
"webpack": "webpack",
"webpack-analyze": "webpack --config ./config/webpack.analyze.js",
"webpack-dev-server": "webpack-dev-server",
"webdriver-manager": "webdriver-manager",
"protractor": "protractor",
"clean": "npm cache verify && npm run rimraf -- node_modules doc coverage dist",
"clean:dist": "npm run rimraf -- dist",
"preclean:install": "npm run clean",
"clean:install": "npm set progress=false && npm install",
"preclean:start": "npm run clean",
"clean:start": "npm start",
"watch": "npm run watch:dev",
"watch:dev": "npm run build:dev -- --watch",
"watch:dev:hmr": "npm run watch:dev -- --hot",
"watch:test": "npm run test -- --auto-watch --no-single-run",
"watch:prod": "npm run build:prod -- --watch",
"build": "npm run build:dev",
"prebuild:dev": "npm run clean:dist",
"build:dev": "webpack --config config/webpack.dev.js --progress --profile",
"prebuild:prod": "npm run clean:dist",
"build:stag": "webpack --config config/webpack.stag.js --progress --profile --bail",
"build:prod": "webpack --config config/webpack.prod.js --progress --profile --bail",
"federalist-deploy": "npm run federalist-deploy:dev",
"prefederalist-deploy:dev": "npm run clean:dist && mkdir -p dist/",
"federalist-deploy:dev": "npm run clear-gh-pages-cache && webpack --config config/webpack.federalist-deploy.js --progress --profile --env.federalist-dev",
"prefederalist-deploy:stag": "npm run clean:dist && mkdir -p dist/",
"federalist-deploy:stag": "npm run clear-gh-pages-cache && webpack --config config/webpack.federalist-deploy.js --progress --profile --env.federalist-stag",
"prefederalist-deploy:prod": "npm run clean:dist && mkdir -p dist/",
"federalist-deploy:prod": "npm run clear-gh-pages-cache && webpack --config config/webpack.federalist-deploy.js --progress --profile --env.federalist-prod",
"federalist-deploy:dashboard": "webpack --config config/webpack.federalist-deploy.js --progress --profile --env.dashboard-preview",
"server": "npm run server:dev",
"server:dev": "webpack-dev-server --config config/webpack.dev.js --progress --profile --watch --content-base src/",
"server:dev:hmr": "npm run server:dev -- --inline --hot",
"server:prod": "http-server dist --cors",
"webdriver:update": "npm run webdriver-manager update",
"webdriver:start": "npm run webdriver-manager start",
"lint": "npm run tslint \"src/**/*.ts\"",
"pree2e": "npm run webdriver:update -- --standalone",
"e2e": "npm run protractor",
"e2e:debug": "npm run e2e -- --elementExplorer",
"test": "karma start",
"docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./src/",
"start": "npm run server:dev",
"start:hmr": "npm run server:dev:hmr",
"preversion": "npm test",
"postversion": "git push && git push --tags",
"postinstall": "typings install",
"licenses": "license-checker --json --relativeLicensePath --out dependency_licenses.json",
"list-git-conflicts": "git diff --name-only --diff-filter=U",
"clear-gh-pages-cache": "rm -fr node_modules/gh-pages/.cache",
"update-fonts": "cp node_modules/@code.gov/code-gov-font/font/* src/assets/fonts/.",
"update-languages": "CODE_GOV_LANGUAGES=$(curl -s https://raw.githubusercontent.com/GSA/code-gov-data/master/languages.txt) node -e 'console.log(JSON.stringify(process.env.CODE_GOV_LANGUAGES.split(`\n`)))' > src/enums/languages.json",
"update-web-components": "cp node_modules/@code.gov/code-gov-style/dist/js/polyfills.js src/assets/js/. && cp node_modules/@code.gov/code-gov-style/dist/js/code-gov-web-components.js src/assets/js/.",
"switch-to-code-dot-gov": "cp config/examples/code-dot-gov.json config/code-gov-config.json && cp src/assets/help-wanted-code-dot-gov.json src/assets/help-wanted.json && cp src/app/components/privacy-policy/privacy-policy-code-dot-gov.md src/app/components/privacy-policy/privacy-policy.md"
},
"dependencies": {
"@angular/animations": "^4.4.4",
"@angular/common": "^4.4.4",
"@angular/compiler": "^4.4.4",
"@angular/core": "^4.4.4",
"@angular/forms": "^4.4.4",
"@angular/http": "^4.4.4",
"@angular/platform-browser": "^4.4.4",
"@angular/platform-browser-dynamic": "^4.4.4",
"@angular/platform-server": "^4.4.4",
"@angular/router": "^4.4.4",
"@angularclass/conventions-loader": "^1.0.2",
"@angularclass/hmr": "~1.2.0",
"@angularclass/hmr-loader": "~3.0.2",
"@code.gov/api-client": "^0.1.1",
"@code.gov/code-gov-font": "0.6.3",
"@code.gov/code-gov-style": "1.9.8",
"@ngx-meta/core": "^0.4.0-rc.2",
"@types/jasminewd2": "^2.0.2",
"angulartics2": "1.4.3",
"assets-webpack-plugin": "^3.4.0",
"clipboard": "^1.7.1",
"core-js": "^2.5.3",
"cssnano": "^3.10.0",
"devicons": "^1.8.0",
"extract-text-webpack-plugin": "^3.0.0",
"get-installed-path": "^4.0.8",
"hamburgers": "^0.9.1",
"http-server": "^0.10.0",
"ie-shim": "^0.1.0",
"karma-phantomjs-launcher": "^1.0.1",
"markdown-loader": "^2.0.2",
"marked": "^0.3.19",
"monaco-editor": "^0.9.0",
"ngx-infinite-scroll": "0.8.4",
"ngx-pagination": "^3.0.3",
"node-sass": "^4.7.2",
"normalize.css": "^7.0.0",
"pluralize": "^3.0.0",
"postcss-import": "^11.0.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.5.6",
"sass-loader": "^6.0.6",
"spdx-license-list": "^4.1.0",
"typed.js": "^1.1.1",
"typings": "^2.1.1",
"uswds": "^1.4.4",
"webpack-create-file-plugin": "^0.1.0",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@types/core-js": "^0.9.34",
"@types/hammerjs": "^2.0.33",
"@types/jasmine": "^2.8.3",
"@types/node": "^6.0.95",
"@types/requirejs": "^2.1.26",
"@types/selenium-webdriver": "^3.0.4",
"@types/source-map": "^0.1.27",
"@types/uglify-js": "^2.0.27",
"@types/webpack": "^1.12.34",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.4.1",
"codelyzer": "^3.1.2",
"copy-webpack-plugin": "^4.3.1",
"critical": "^0.9.0",
"css-loader": "^0.25.0",
"cssnano": "^3.10.0",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.9.0",
"gh-pages": "^1.1.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.29.0",
"imports-loader": "^0.6.5",
"istanbul-instrumenter-loader": "^0.2.0",
"json-loader": "^0.5.4",
"karma": "^1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-istanbul-preprocessor": "0.0.2",
"karma-jasmine": "^1.1.1",
"karma-mocha-reporter": "^2.0.0",
"karma-remap-coverage": "^0.1.1",
"karma-remap-istanbul": "^0.6.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-story-reporter": "^0.3.1",
"karma-webpack": "2.0.9",
"mkdirp": "^0.5.1",
"parse5": "^2.2.2",
"postcss-cssnext": "^2.7.0",
"postcss-loader": "^0.11.0",
"preload-webpack-plugin": "^2.1.1",
"protractor": "^5.2.2",
"raw-loader": "^0.5.1",
"remap-istanbul": "^0.9.5",
"resolve-url-loader": "^2.2.1",
"rimraf": "^2.5.2",
"robotstxt-webpack-plugin": "^4.0.0",
"script-ext-html-webpack-plugin": "^1.8.3",
"source-map-loader": "^0.1.5",
"source-map-support": "^0.4.5",
"string-replace-loader": "^1.3.0",
"style-loader": "^0.13.1",
"to-string-loader": "^1.1.4",
"ts-helpers": "1.1.2",
"ts-node": "^1.3.0",
"tslint": "^5.5.0",
"tslint-loader": "^3.5.3",
"typedoc": "^0.5.0",
"typescript": "2.3.4",
"url-loader": "^0.5.7",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-dev-server": "2.7.1",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "^0.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com/GSA/code-gov-web.git"
},
"bugs": {
"url": "https://github.com/GSA/code-gov-web/issues"
},
"engines": {
"node": ">= 6.9.5",
"npm": "^4.0.5"
}
}