-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.15 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
{
"name": "ember-alt-fastboot-app-server",
"version": "0.0.7",
"description": "Production FastBoot server. Not to be used directly.",
"scripts": {
"test": "NODE_ENV=test mocha",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/snewcomer/ember-alt-fastboot-app-server.git"
},
"engines": {
"node": ">= 12.*"
},
"files": [
"src/**/*.js"
],
"keywords": [
"ember",
"fastboot",
"server"
],
"license": "UNLICENSED",
"dependencies": {
"base-64": "^0.1.0",
"basic-auth": "^2.0.1",
"chalk": "^2.4.2",
"compression": "^1.6.2",
"dag-map": "^2.0.2",
"fastboot": "^3.2.0-beta.2",
"fastify": "^3.14.0",
"fastify-express": "^0.3.2",
"fastify-static": "^4.0.1",
"minify-html-ssr": "^0.3.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"chai": "^4.1.0",
"ember-cli": "^3.24.0",
"eslint": "^5.15.3",
"eslint-plugin-node": "^8.0.1",
"mocha": "^5.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.1",
"request-promise-native": "^1.0.7"
},
"volta": {
"node": "14.17.1"
}
}