-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.85 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.85 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
65
66
67
68
69
70
{
"alias": "react-eagleeye.doc",
"author": {
"email": "stephen.isienyi@webkrafting.com",
"name": "Stephen Isienyi"
},
"dependencies": {
"antd": "^4.24.16",
"gatsby": "^5.13.3",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"react": "^18.2.0",
"react-code-blocks": "^0.1.6",
"react-dom": "^18.2.0",
"sass": "^1.74.1"
},
"description": "React Eagle Eye state manager dev site.",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/sync-fetch": "^0.4.3",
"prettier": "2.2.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://react-eagleeye.js.org",
"keywords": [
"react js",
"react.js",
"reactive",
"reactjs",
"state"
],
"license": "ISC",
"main": "index.js",
"name": "react-eagleeye-dev",
"overrides": {
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/webKrafters/react-eagleeye.git"
},
"scripts": {
"build": "gatsby clean && gatsby build && node ./bundle-site",
"clean": "gatsby clean",
"develop": "gatsby develop",
"env": "gatsby info",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"qa-start": "npm run build && gatsby serve",
"serve": "gatsby serve",
"start": "gatsby develops",
"typecheck": "tsc --noEmit"
},
"version": "0.1.0"
}