-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
149 lines (149 loc) · 5.37 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
{
"name": "vpdb-website",
"repository": "vpdb/website",
"version": "2.1.8-SNAPSHOT",
"description": "The web application of https://vpdb.io.",
"main": "index.js",
"scripts": {
"serve": "npm run serve:dev:local",
"serve:prod": "cross-env ENV=prod CONFIG=prod webpack-dev-server --history-api-fallback --inline --progress",
"serve:dev:local": "cross-env ENV=dev CONFIG=local webpack-dev-server --history-api-fallback --inline --progress",
"serve:dev:prod": "cross-env ENV=dev CONFIG=prod webpack-dev-server --history-api-fallback --inline --progress",
"serve:dev:test": "cross-env ENV=dev CONFIG=test webpack-dev-server --history-api-fallback --inline --progress",
"serve:test": "cross-env ENV=test CONFIG=test FIREBASE_CONFIG=./config/firebase.local.json webpack-dev-server --history-api-fallback --inline --progress",
"build:prod": "run-s build:clean build:prod:run",
"build:local": "run-s build:clean build:local:run",
"build:test": "run-s build:clean build:test:run",
"build:firebase": "run-s build:clean build:firebase:run",
"build:browserstack": "run-s build:clean build:browserstack:run",
"build:analyze": "run-s build:clean build:analyze:run",
"lint": "eslint src/**/*.js",
"test:local": "run-s lint test:clean test:compile test:protractor:local",
"test:browserstack": "run-s lint test:clean test:compile test:protractor:browserstack",
"selenium:init": "node_modules/.bin/webdriver-manager update",
"selenium": "node_modules/.bin/webdriver-manager start",
"selenium:edge": "MicrosoftWebDriver",
"build:clean": "rimraf ./dist",
"build:prod:run": "cross-env ENV=prod CONFIG=prod webpack --bail --progress --profile",
"build:local:run": "cross-env ENV=prod CONFIG=local webpack --bail --progress --profile --json > stats.json",
"build:test:run": "cross-env ENV=test CONFIG=test webpack --bail --progress --profile",
"build:firebase:run": "cross-env ENV=prod CONFIG=firebase webpack --bail --progress --profile",
"build:browserstack:run": "cross-env ENV=prod CONFIG=browserstack webpack --bail --progress --profile",
"build:analyze:run": "cross-env CONFIG=prod ENV=analyze webpack --bail --progress --profile",
"test:clean": "rimraf ./test ./report",
"test:compile": "tsc",
"test:protractor:local": "cross-env CONFIG=test protractor test/config/protractor.local.js",
"test:protractor:browserstack": "cross-env CONFIG=browserstack protractor test/config/protractor.browserstack.js",
"lh": "lighthousebot"
},
"author": "freezy <[email protected]>",
"license": "GPL-2.0",
"dependencies": {
"@uirouter/angularjs": "1.0.23",
"angular": "1.7.9",
"angular-animate": "1.7.9",
"angular-bootstrap-lightbox": "github:dobavictor/angular-bootstrap-lightbox#patch-1",
"angular-elastic": "2.5.1",
"angular-gravatar": "0.4.2",
"angular-resource": "1.7.9",
"angular-sanitize": "1.7.9",
"angular-touch": "1.7.9",
"angular-ui-bootstrap": "2.5.6",
"angularjs-slider": "7.0.0",
"bootstrap": "3.4.1",
"draggabilly": "2.2.0",
"fg-loadcss": "2.1.0",
"imagesloaded": "4.1.4",
"lodash": "4.17.15",
"ment.io": "0.9.23",
"ng-file-upload": "12.2.13",
"ngclipboard": "2.0.0",
"ngstorage": "0.3.11",
"oclazyload": "1.1.0",
"parse-uri": "1.0.0",
"showdown": "1.9.1",
"three": "0.105.2",
"timeago.js": "3.0.2",
"traverse": "0.6.6",
"video.js": "6.9.0",
"videojs-sublime-skin": "1.0.3"
},
"devDependencies": {
"@babel/core": "7.7.2",
"@babel/preset-env": "7.7.1",
"@types/faker": "4.1.7",
"@types/jasmine": "3.4.6",
"@types/jasminewd2": "2.0.8",
"@types/lodash": "4.14.149",
"@types/pngjs": "3.4.0",
"@types/stream-to-array": "2.3.0",
"autoprefixer": "9.7.2",
"axios": "0.19.0",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"babel-plugin-lodash": "3.3.4",
"copy-webpack-plugin": "5.0.5",
"cross-env": "5.2.0",
"css-loader": "2.1.1",
"eslint": "5.16.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"faker": "4.1.0",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"jasmine": "3.4.0",
"jasmine-console-reporter": "3.1.0",
"less": "3.9.0",
"less-loader": "5.0.0",
"lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git",
"lodash-webpack-plugin": "0.11.5",
"ng-annotate-loader": "0.6.1",
"ng-annotate-patched": "git://github.com/nevcos/ng-annotate-patched.git#es6-class-support",
"nib": "1.1.2",
"npm-run-all": "4.1.5",
"pleasejs": "0.4.2",
"pngjs": "3.4.0",
"postcss-loader": "3.0.0",
"preload-webpack-plugin": "3.0.0-beta.3",
"protractor": "5.4.2",
"protractor-beautiful-reporter": "1.2.8",
"pug": "2.0.4",
"pug-html-loader": "1.1.5",
"pug-loader": "2.4.0",
"raw-loader": "2.0.0",
"rollbar-sourcemap-webpack-plugin": "2.5.1",
"stream-to-array": "2.3.0",
"style-loader": "0.23.1",
"stylus": "0.54.7",
"stylus-loader": "3.0.2",
"svg-sprite-loader": "4.1.6",
"svgo": "1.2.2",
"svgo-loader": "2.2.1",
"terser-webpack-plugin": "1.3.0",
"typescript": "3.5.2",
"url-loader": "1.1.2",
"webpack": "4.41.2",
"webpack-bundle-analyzer": "3.6.0",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.9.0",
"webpack-merge": "4.2.2",
"webpack-sources": "1.4.3",
"workbox-webpack-plugin": "4.3.1"
},
"engines": {
"node": ">=8.0 <9.0"
},
"bundlesize": [
{
"path": "./dist/app.bundle*.js",
"maxSize": "30 kB"
},
{
"path": "./dist/vendor.bundle-*.js",
"maxSize": "175 kB"
},
{
"path": "./dist/vendors*.js",
"maxSize": "175 kB"
}
]
}