forked from leic-pt/resumos-leic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.78 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
{
"name": "resumos-leic",
"version": "1.0.0",
"description": "Resumos e conteúdos das UCs de LEIC-A do IST",
"main": "index.js",
"authors": {
"name": "Diogo Correia",
"email": "me@diogotc.com"
},
"repository": "https://github.com/diogotcorreia/resumos-leic",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean",
"serve": "gatsby serve",
"format": "npm run format:content",
"format:code": "prettier -w 'src/**/*.{js,md,vue}'",
"format:content": "prettier -w 'content/**/*.md'",
"format-win": "prettier -w 'src\\**\\*.{js,md,vue}'"
},
"license": "MIT",
"devDependencies": {
"prettier": "^2.5.1"
},
"dependencies": {
"docs-searchbar.js": "^2.0.1",
"gatsby": "^4.4.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-page-creator": "^4.4.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-umami": "^0.1.3",
"gatsby-plugin-use-dark-mode": "^1.4.0",
"gatsby-remark-autolink-headers": "^5.4.0",
"gatsby-remark-copy-linked-files": "^5.4.0",
"gatsby-remark-embed-snippet": "^7.4.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.4.0",
"gatsby-remark-katex": "^6.4.0",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-prismjs": "^6.4.0",
"gatsby-remark-table-of-contents": "^1.0.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-remark": "^5.4.0",
"katex": "^0.15.1",
"prismjs": "^1.25.0",
"puppeteer": "^13.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"remark-directive": "^1.0.1",
"use-dark-mode": "^2.3.1"
}
}