-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "kglw.today",
"version": "1.1.0",
"private": true,
"license": "JRL",
"description": "Today in King Gizzard History",
"author": "Axe <[email protected]",
"keywords": [
"music",
"kglw",
"gatsby"
],
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"data:updateShows": "node updateShows.mjs",
"develop": "gatsby develop",
"serve": "gatsby serve",
"prestart": "npm run data:updateShows",
"start": "gatsby develop",
"test:serve": "start-server-and-test http://localhost:8000 'npm run test -- --config baseUrl=http://localhost:8000'",
"test": "cypress run"
},
"dependencies": {
"gatsby": "5.13.7",
"gatsby-plugin-react-svg": "3.3.0",
"gatsby-plugin-sass": "6.13.1",
"gatsby-plugin-sitemap": "6.13.1",
"gatsby-source-filesystem": "5.13.1",
"gatsby-transformer-json": "5.13.1",
"gatsby-transformer-remark": "6.13.1",
"markdown-it": "14.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.78.0"
},
"devDependencies": {
"cypress": "^13.16.0",
"pretty-format": "^29.7.0",
"start-server-and-test": "^2.0.8"
}
}