generated from alexandfinn/react-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.8 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.8 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "overwhelmingly-positive",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gatsby develop",
"serve": "gatsby serve",
"build": "gatsby build",
"dev": "gatsby develop",
"build-serve": "npm run build && npm run serve",
"update-data": "ts-node ./scripts/update.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flexiproducts/overwhelmingly-positive.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flexiproducts/overwhelmingly-positive/issues"
},
"homepage": "https://github.com/flexiproducts/overwhelmingly-positive#readme",
"dependencies": {
"@karugamo/components": "^1.0.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-modal": "^3.16.0",
"@types/styled-components": "^5.1.26",
"axios": "^1.4.0",
"axios-retry": "^3.5.1",
"babel-plugin-styled-components": "^2.1.4",
"cheerio": "^1.0.0-rc.12",
"dayjs": "^1.11.9",
"envalid": "^7.3.1",
"gatsby": "^5.11.0",
"gatsby-cli": "^5.11.0",
"gatsby-plugin-react-helmet": "^6.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-plugin-styled-components": "^6.11.0",
"lodash": "^4.17.21",
"node-fetch": "^3.3.1",
"react": "^18.2.0",
"react-cookie-banner": "^4.1.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-modal": "^3.16.1",
"styled-components": "^6.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"playwright": "^1.35.1",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"staticFiles": {
"staticPath": "static",
"watcherGlob": "**"
}
}