-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.82 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
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
{
"name": "shipshape",
"private": true,
"description": "Status information for the Digital Commons Co-operative's maps",
"version": "0.2.1",
"contributors": [
"wu-lee <[email protected]>"
],
"engines": {
"npm": ">=9.5.1",
"node": ">=18.0.0"
},
"dependencies": {
"axios": "^1.4.0",
"classnames": "^2.3.2",
"gatsby": "^5.9.1",
"gatsby-image": "^2.11.0",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-offline": "^6.9.0",
"gatsby-plugin-react-helmet": "^6.9.0",
"gatsby-plugin-sass": "^6.9.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"gh-pages": "^5.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"sass": "^1.62.1"
},
"devDependencies": {
"prettier": "2.8.8"
},
"keywords": [
"DCC",
"digital",
"commons",
"co-op",
"co-operative",
"maps",
"status"
],
"homepage": "https://github.com/DigitalCommons/shipshape",
"license": "0BSD",
"config": {
"deploy_to": "",
"deploy_user": "www-data",
"deploy_group": "www-data"
},
"scripts": {
"build": "gatsby build --prefix-paths",
"deploy": "bin/deploy.sh",
"predevelop": "php -t php -S 0.0.0.0:8080 &",
"develop": "gatsby develop -H 0.0.0.0",
"postdevelop": "pkill $(lsof -t -i:8080)",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DigitalCommons/shipshape"
},
"bugs": {
"url": "https://github.com/DigitalCommons/shipshape/issues"
}
}