-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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": "cora-bank-challenge",
"version": "1.0.0",
"private": true,
"description": "Cora Bank Challenge",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "concurrently \"json-server --watch db.json\" \"gatsby develop\"",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest"
},
"dependencies": {
"gatsby": "^4.6.2",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-sass": "^5.7.0",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"reset-css": "^5.0.1",
"use-http": "^1.0.26"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"babel-jest": "^27.5.1",
"babel-preset-gatsby": "^2.7.0",
"classnames": "^2.3.1",
"concurrently": "^7.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"json-server": "^0.17.0",
"prop-types": "^15.8.1",
"sass": "^1.49.7"
}
}