forked from leic-pt/resumos-leic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.77 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
58
{
"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/leic-pt/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": "GPL-3.0",
"devDependencies": {
"prettier": "^2.7.1"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.7.4",
"esbuild": "~0.17.0",
"gatsby": "^5.4.1",
"gatsby-plugin-image": "^3.4.0",
"gatsby-plugin-manifest": "^5.4.0",
"gatsby-plugin-page-creator": "^5.4.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^5.4.0",
"gatsby-plugin-umami": "^0.1.3",
"gatsby-remark-autolink-headers": "^6.4.0",
"gatsby-remark-copy-linked-files": "^6.4.0",
"gatsby-remark-embed-snippet": "^8.4.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.4.0",
"gatsby-remark-katex": "^7.4.0",
"gatsby-remark-mermaid": "^3.0.1",
"gatsby-remark-prismjs": "^7.4.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^5.4.0",
"gatsby-transformer-remark": "^6.4.0",
"katex": "^0.16.4",
"meilisearch": "^0.30.0",
"mini-svg-data-uri": "^1.4.4",
"prismjs": "^1.29.0",
"puppeteer": "^19.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-directive": "^1.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}