-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.58 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": "resume",
"description": "CV Lev Kowalski",
"version": "0.3.13",
"author": "Lev Kowalski <[email protected]>",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@types/ramda": "^0.27.40",
"@types/react-helmet": "^6.1.1",
"clsx": "^1.1.1",
"dotenv": "^9.0.0",
"gatsby": "^3.4.2",
"gatsby-plugin-image": "^1.4.1",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-offline": "^4.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-sharp": "^3.4.2",
"gatsby-plugin-ts-config": "^1.1.5",
"gatsby-plugin-typescript": "^3.4.0",
"gatsby-source-contentful": "^5.4.0",
"gatsby-transformer-remark": "^4.1.0",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-toggle": "^4.1.2",
"showdown": "^1.9.1",
"tslint": "^6.1.3",
"typescript": "^4.2.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.tsx'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/prettier": "^2.2.3",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-toggle": "^4.0.2",
"@types/showdown": "^1.9.3",
"prettier": "^2.2.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^5.0.0"
}
}