-
Notifications
You must be signed in to change notification settings - Fork 189
/
Copy pathpackage.json
51 lines (51 loc) · 1.54 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
{
"name": "intro-to-web-dev-v2",
"description": "Intro to Web Dev v2",
"version": "1.0.0",
"author": "Brian Holt <[email protected]>",
"private": true,
"dependencies": {
"bootstrap": "^5.1.3",
"code-mirror-themes": "^1.0.0",
"gatsby": "^4.7.1",
"gatsby-link": "^4.7.1",
"gatsby-plugin-klipse": "^8.0.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.7.0",
"gatsby-remark-copy-linked-files": "^5.6.0",
"gatsby-remark-images": "^6.6.0",
"gatsby-remark-prismjs": "^6.7.0",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-remark": "^5.7.0",
"prismjs": "^1.26.0",
"react-twitter-widgets": "^1.10.0",
"shuffle-array": "^1.0.1"
},
"keywords": [
"gatsby"
],
"license": "CC-BY-NC-4.0",
"main": "n/a",
"scripts": {
"build": "gatsby build --prefix-paths",
"deploy": "gatsby build --prefix-paths && gh-pages -d ./public -b gh-pages",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\""
},
"devDependencies": {
"eslint": "^8.8.0",
"gatsby-cli": "^4.7.0",
"gh-pages": "^3.2.3",
"prettier": "^2.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btholt/intro-to-web-dev-v2.git"
},
"bugs": {
"url": "https://github.com/btholt/intro-to-web-dev-v2/issues"
},
"homepage": "https://github.com/btholt/intro-to-web-dev-v2#readme"
}