-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
138 lines (138 loc) · 3.91 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
{
"name": "rollup-node-testing",
"version": "1.0.0",
"type": "module",
"author": "Christian Lewis <[email protected]>",
"license": "MIT",
"scripts": {
"bundle": "yarn rollup -c config/rollup.single.js",
"bundle-all": "yarn rollup -c config/rollup.all.js && echo 'Done bundling.'",
"clean": "rm -rf bundles/* imports/* test/*",
"prestart": "yarn clean && yarn setup && yarn bundle-all",
"start": "yarn add $(cat config/include.txt) && yarn test",
"setup": "node utils/setup.js",
"pretest": "rm -rf results/*",
"test": "yarn ava -st 2>&1 | tee -a results/log"
},
"dependencies": {
"@angular/animations": "^10.0.9",
"@angular/common": "^10.0.9",
"@angular/compiler": "^10.0.9",
"@angular/core": "^10.0.9",
"@angular/forms": "^10.0.9",
"@angular/platform-browser": "^10.0.9",
"@angular/platform-browser-dynamic": "^10.0.9",
"@angular/router": "^10.0.9",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.11.2",
"@types/node": "^14.0.27",
"async": "^3.2.0",
"autoprefixer": "^9.8.6",
"aws-sdk": "^2.732.0",
"axios": "^0.19.2",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"chai": "^4.2.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.4.2",
"classnames": "^2.2.6",
"colors": "^1.4.0",
"commander": "^6.0.0",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"css-loader": "^4.2.1",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"graphql": "^15.3.0",
"gulp": "^4.0.2",
"gulp-util": "^3.0.8",
"handlebars": "^4.7.6",
"html-webpack-plugin": "^4.3.0",
"immutable": "^4.0.0-rc.12",
"inquirer": "^7.3.3",
"jest": "^26.4.0",
"jquery": "^3.5.1",
"js-yaml": "^3.14.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"mocha": "^8.1.1",
"moment": "^2.27.0",
"mongodb": "^3.6.0",
"mongoose": "^5.9.28",
"morgan": "^1.10.0",
"node-fetch": "^2.6.0",
"node-sass": "^4.14.1",
"object-assign": "^4.1.1",
"ora": "^5.0.0",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"q": "^1.5.1",
"qs": "^6.9.4",
"ramda": "^0.27.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"redis": "^3.0.2",
"redux": "^4.0.5",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rimraf": "^3.0.2",
"rxjs": "^6.6.2",
"sass-loader": "^9.0.3",
"semver": "^7.3.2",
"shelljs": "^0.8.4",
"socket.io": "^2.3.0",
"style-loader": "^1.2.1",
"styled-components": "^5.1.1",
"superagent": "^6.0.0",
"through2": "^4.0.2",
"tslib": "^2.0.1",
"typescript": "^3.9.7",
"underscore": "^1.10.2",
"url-loader": "^4.1.0",
"uuid": "^8.3.0",
"vue": "^2.6.11",
"vue-router": "^3.4.3",
"webpack": "^4.44.1",
"webpack-dev-server": "^3.11.0",
"winston": "^3.3.3",
"ws": "^7.3.1",
"xml2js": "^0.4.23",
"yargs": "^15.4.1",
"yeoman-generator": "^4.11.0",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"ava": "^3.11.1",
"await-shell": "^1.26.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^30.1.0",
"rollup": "^2.23.0"
}
}