forked from lachouettecoop/participation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.92 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
71
72
73
{
"name": "chouette-participation",
"private": true,
"description": "",
"version": "0.2.0",
"author": "",
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"dotenv": "^6.2.0",
"fuse.js": "^3.4.2",
"gatsby": "^2.1.5",
"gatsby-image": "^2.0.29",
"gatsby-plugin-manifest": "^2.0.18",
"gatsby-plugin-offline": "^2.0.24",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-plugin-styled-components": "^3.0.6",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.0.20",
"gatsby-source-google-sheets-raw": "^1.1.2",
"gatsby-transformer-sharp": "^2.1.13",
"ldapjs": "^1.0.2",
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-helmet": "^5.2.0",
"react-icons": "^3.4.0",
"react-use": "^5.5.0",
"rebass": "^3.0.1",
"styled-components": "^4.1.3",
"zulip-js": "^2.0.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"commit": "git-cz",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"release": "release-it"
},
"release-it": {
"increment": "conventional:angular",
"scripts": {
"changelog": "npx conventional-changelog -p angular -u | tail -n +3",
"beforeStage": "npx conventional-changelog -p angular -i CHANGELOG.md -s"
},
"git": {
"commitMessage": "chore: release ${version}"
},
"github": {
"release": true
},
"npm": {
"publish": false
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"commitizen": "^3.0.7",
"conventional-changelog-cli": "^2.0.12",
"cz-conventional-changelog": "^2.1.0",
"release-it": "^10.1.0"
}
}