-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 860 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 860 Bytes
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
{
"name": "oscghana",
"description": "Open Source Community Ghana website",
"license": "MIT",
"version": "1.1.3",
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@babel/core": "^7.5.5",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"gatsby": "^2.13.28",
"gatsby-plugin-sass": "^2.1.3",
"gatsby-plugin-typescript": "^2.1.2",
"node-sass": "^4.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reactstrap": "^8.4.1",
"typescript": "^3.5.3",
"webpack": "^4.36.1"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/reactstrap": "^8.4.2",
"gatsby-plugin-tslint": "^0.0.2",
"tslint": "^5.18.0",
"tslint-loader": "^3.5.4",
"tslint-react": "^4.0.0"
}
}