-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.26 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
{
"name": "self-actualization-webapp-frontend",
"version": "0.1.0",
"private": "true",
"description": "Web app to help you reach your goals",
"browser": "main.js",
"scripts": {
"serve": "http-server . -a 127.0.0.1 -p 8080",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linkpact/self-actualization-webapp-frontend.git"
},
"author": "Daniel Alm Grundström <daniel.alm.grundstrom@protonmail.com> (https://github.com/almgru)",
"contributors": [
"Daniel Alm Grundström <daniel.alm.grundstrom@protonmail.com> (https://github.com/almgru)",
"Jakob Willforss <jakob.willforss@hotmail.com> (https://www.jakobwillforss.com/)"
],
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/linkpact/self-actualization-webapp-frontend/issues"
},
"homepage": "https://github.com/linkpact/self-actualization-webapp-frontend#readme",
"devDependencies": {
"eslint": "^7.16.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"http-server": "^0.12.3"
},
"dependencies": {
"amazon-cognito-identity-js": "^4.5.6",
"http-server": "^0.12.3"
}
}