-
Notifications
You must be signed in to change notification settings - Fork 257
/
package.json
57 lines (57 loc) · 1.71 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": "complete-intro-to-computer-science",
"description": "learn the basics of algorithms with Brian Holt",
"version": "1.0.0",
"author": "Brian Holt <btholt+csv2@gmail.com>",
"dependencies": {
"@fontsource/open-sans": "^4.5.4",
"@fortawesome/fontawesome-free": "^6.0.0",
"bootstrap": "^5.1.3",
"code-mirror-themes": "^1.0.0",
"front-matter": "^4.0.2",
"gatsby": "^5.12.4",
"gatsby-cli": "^5.12.1",
"gatsby-link": "^5.12.0",
"gatsby-plugin-layout": "^4.12.0",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-remark-autolink-headers": "^6.12.0",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-images": "^7.12.0",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-remark": "^6.12.0",
"is-url-superb": "^5.0.0",
"parse-markdown-links": "^1.0.4",
"prismjs": "^1.26.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"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",
"csv": "echo no-csv-anymore",
"dev": "gatsby develop",
"format": "prettier --write \"src/**/*.{js,jsx,md,css}\"",
"lint": "eslint \"src/**/*.{js,jsx}\""
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"babel-eslint": "^10.1.0",
"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"
}
}