-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 851 Bytes
/
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
{
"name": "rendering-strategies",
"version": "1.0.0",
"description": "This repository contains the source code for a blog application which was developed to compare the SSR options in Web Frameworks Angular, React and Vue.js.",
"scripts": {
"analyze": "node scripts/lighthouse.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glutengo/rendering-strategies.git"
},
"author": "Markus Glutting <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/glutengo/rendering-strategies/issues"
},
"homepage": "https://github.com/glutengo/rendering-strategies#readme",
"devDependencies": {
"npm-run-all": "^4.1.5"
},
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"lighthouse": "^5.6.0",
"markdown-table": "^2.0.0"
}
}