-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "netsoc.co",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "parcel public/index.html",
"build": "parcel build public/index.html",
"test": "echo \"Tests coming soon\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/UCCNetsoc/netsoc.co.git"
},
"author": "Eric Moynihan <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/UCCNetsoc/netsoc.co/issues"
},
"homepage": "https://github.com/UCCNetsoc/netsoc.co#readme",
"devDependencies": {
"@types/react": "^16.9.26",
"@types/react-dom": "^16.9.5",
"@types/react-scroll": "^1.5.5",
"@types/showdown": "^1.9.3",
"@types/styled-components": "^5.0.1",
"parcel": "^1.12.4",
"parcel-plugin-prerender-custom": "^1.4.5",
"typescript": "^3.8.3"
},
"dependencies": {
"@types/react-photoswipe": "^1.3.0",
"markdown-it": "^11.0.0",
"photoswipe": "^4.1.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-photoswipe": "^1.3.0",
"react-scroll": "^1.7.16",
"showdown": "^1.9.1",
"styled-components": "^5.0.1"
}
}