-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "confluenza-solo",
"version": "1.0.0",
"private": true,
"description": "Confluenza Solo",
"author": "Marcin Czenko <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/confluenza/solo-template.git"
},
"keywords": [
"gatsby",
"confluenza",
"markdown"
],
"engines": {
"node": ">=14.0.0"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"build:prefix-paths": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "yarn eslint",
"lint:fix": "yarn eslint --fix"
},
"dependencies": {
"@confluenza/gatsby-theme-confluenza": "^1.0.29",
"gatsby": "^4.1.1",
"gatsby-plugin-catch-links": "^4.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-media": "^1.10.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.2.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-cli": "^4.1.0",
"gatsby-plugin-root-import": "^2.0.8"
}
}