-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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": "onlinesales.tech",
"description": "https://onlinesales.tech - home page for OnlineSales project. Lightweight, extendable headless CMS for product websites written in .NET 7.",
"version": "0.1.0",
"license": "MIT",
"private": false,
"repository": "https://github.com/peterliapin/onlinesales.tech",
"bugs": {
"url": "https://github.com/peterliapin/onlinesales.tech/issues"
},
"keywords": [
"cms",
"site",
"gatsby",
"landing-page",
"headless-cms"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "eslint . --ext .ts"
},
"dependencies": {
"gatsby": "^5.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^7.32.0",
"typescript": "^4.9.4"
}
}