forked from marwin1991/profile-technology-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "profile-technology-icons",
"version": "1.0.0",
"private": true,
"description": "Profile Technology Icons",
"author": "Peter Zmilczak",
"keywords": [
"cv",
"icons",
"readme",
"profile",
"resume",
"github",
"technology",
"technologies"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"buildProd": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@codemirror/lang-html": "6.4.5",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.11",
"@mui/material": "5.15.11",
"@uiw/codemirror-theme-darcula": "4.21.24",
"@uiw/react-codemirror": "4.21.24",
"gatsby": "5.13.3",
"gatsby-link": "5.13.1",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-material-ui": "4.1.0",
"gatsby-plugin-smoothscroll": "1.2.0",
"gatsby-plugin-styled-components": "6.13.1",
"react": "18.2.0",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "18.2.0",
"styled-components": "5.3.11"
},
"devDependencies": {
"gh-pages": "6.1.1"
}
}