-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1018 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1018 Bytes
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
{
"name": "tutoriel.dev",
"version": "1.0.0",
"private": true,
"description": "tutoriel.dev",
"author": "trash07",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"prepare": "husky",
"format": "npx prettier . --write"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.14.6",
"gatsby-plugin-image": "^3.16.0",
"gatsby-plugin-mdx": "^5.16.0",
"gatsby-plugin-sharp": "^5.16.0",
"gatsby-plugin-twitter": "^5.16.0",
"gatsby-remark-images": "^7.16.0",
"gatsby-remark-prismjs": "^7.16.0",
"gatsby-source-filesystem": "^5.16.0",
"gatsby-transformer-remark": "^6.16.0",
"gatsby-transformer-sharp": "^5.16.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"husky": "^9.1.7",
"prettier": "3.8.1"
}
}