-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
42
43
{
"name": "syiasd",
"version": "1.8.2",
"description": "San Ysidro Spanish SDA church website",
"main": "index.js",
"repository": "[email protected]:cesosag/syiasd.git",
"author": "Carlos Sosa <[email protected]>",
"license": "GNU GPL v3",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lh:clean": "rm -rf .lhci && rm -rf .lighthouseci && yarn build",
"prelh": "yarn lh:clean",
"prelh:desktop": "yarn lh:clean",
"lh": "lhci autorun",
"lh:desktop": "lhci autorun --config=./lighthouserc.desktop.js"
},
"dependencies": {
"axios": "0.27.2",
"graphql": "16.5.0",
"graphql-tag": "2.12.6",
"next": "12.2.3",
"polished": "4.2.2",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.4.0",
"react-is": "18.2.0",
"showdown": "2.1.0",
"styled-components": "5.3.5"
},
"devDependencies": {
"@lhci/cli": "0.9.0",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3"
},
"engines": {
"node": ">=14.15"
}
}