-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
{
"name": "EnmaScript",
"description": "EnmaScript",
"version": "1.0.0",
"author": "Enmanuel Durán <[email protected]>",
"dependencies": {
"babel-preset-gatsby": "^1.1.0",
"gatsby": "^5.9.1",
"gatsby-cli": "^5.9.0",
"gatsby-plugin-catch-links": "^3.1.0",
"gatsby-plugin-feed": "^3.1.0",
"gatsby-plugin-google-gtag": "^5.9.0",
"gatsby-plugin-google-tagmanager": "^3.1.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-offline": "^4.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-sass": "^4.1.0",
"gatsby-plugin-sharp": "^3.1.0",
"gatsby-remark-autolink-headers": "^3.1.0",
"gatsby-remark-image-attributes": "^0.2.8",
"gatsby-remark-images": "^4.1.0",
"gatsby-remark-katex": "^4.0.0",
"gatsby-remark-prismjs": "^4.1.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-remark": "^3.1.0",
"gh-pages": "^3.1.0",
"informed": "^3.30.2",
"katex": "^0.13.2",
"mediaquerysensor": "2.0.1",
"prismjs": "^1.21.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"shortid": "^2.2.13"
},
"keywords": [
"enmascript"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"devDependencies": {
"prettier": "^2.2.1",
"sass": "^1.32.8"
},
"repository": {
"type": "git",
"url": "https://github.com/enmanuelduran/enmascript"
}
}