-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
53 lines (53 loc) · 1.55 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
{
"name": "gatsby-course-starter",
"description": "a gatsby seed project to get your education site started",
"version": "1.0.0",
"author": "Brian Holt <[email protected]>",
"dependencies": {
"bootstrap": "^5.1.3",
"code-mirror-themes": "^1.0.0",
"front-matter": "^4.0.2",
"gatsby": "^4.6.1",
"gatsby-cli": "^4.6.0",
"gatsby-link": "^4.6.0",
"gatsby-plugin-layout": "^3.6.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-remark-autolink-headers": "^5.6.0",
"gatsby-remark-copy-linked-files": "^5.6.0",
"gatsby-remark-images": "^6.6.0",
"gatsby-remark-prismjs": "^6.6.0",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-remark": "^5.6.0",
"prismjs": "^1.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"keywords": [
"gatsby",
"gatsby-starter",
"course",
"education"
],
"license": "(CC-BY-NC-4.0 OR Apache-2.0)",
"main": "n/a",
"scripts": {
"build": "gatsby build --prefix-paths",
"dev": "gatsby develop",
"format": "prettier --write \"src/**/*.{js,jsx,md,css}\"",
"lint": "eslint \"src/**/*.{js,jsx}\"",
"export": "node ./csv.js"
},
"devDependencies": {
"@babel/polyfill": "^7.4.4",
"babel-eslint": "^10.0.2",
"core-js": "^3.21.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"prettier": "^2.5.1"
}
}