-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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": "ivy-express",
"version": "1.0.0",
"description": "A platform connecting patients with rare and chronic diseases to the community of artists, musicians, videographers, and more.",
"main": "app.js",
"type": "module",
"scripts": {
"build": "babel src -d lib",
"test": "react-scripts test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/blueivywave/ivyexpress.git"
},
"keywords": [
"artists",
"patients",
"connection",
"expression"
],
"author": "Stephanie Fischer, Blue Ivy Wave",
"license": "MIT",
"bugs": {
"url": "https://github.com/blueivywave/ivyexpress/issues"
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": "https://github.com/blueivywave/ivyexpress#readme",
"devDependencies": {
"@types/express": "^4.16.1",
"babel-cli": "^6.26.0",
"tslint": "^5.12.1",
"typescript": "^3.3.3"
},
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"connect": "^3.7.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"html": "^1.0.0",
"http": "0.0.1-security",
"node-registry": "^0.5.0",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3",
"serve-static": "^1.14.1"
}
}