-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.45 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "partio-ohjelma-frontend",
"version": "1.0.0",
"private": true,
"description": "partio-ohjelma-frontend",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint --ignore-path .gitignore . --ext ts --ext tsx --ext js --ext jsx"
},
"dependencies": {
"@tailwindcss/line-clamp": "0.2.1",
"@types/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"algoliasearch": "4.19.1",
"axios": "0.21.1",
"clsx": "1.1.1",
"dotenv": "10.0.0",
"gatsby": "3.14.0",
"gatsby-plugin-google-gtag": "3.13.0",
"gatsby-plugin-graphql-codegen": "3.0.0",
"gatsby-plugin-image": "1.4.1",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-react-helmet": "4.4.0",
"gatsby-plugin-react-svg": "3.3.0",
"gatsby-plugin-sharp": "3.4.2",
"gatsby-plugin-sitemap": "4.10.0",
"gatsby-plugin-ts-config": "2.1.3",
"gatsby-plugin-typescript": "3.14.0",
"gatsby-plugin-use-query-params": "1.0.1",
"gatsby-source-filesystem": "3.4.0",
"gatsby-source-strapi": "1.0.2",
"gatsby-transformer-sharp": "3.4.0",
"html-react-parser": "1.4.0",
"i18next": "21.2.4",
"i18next-http-backend": "1.3.1",
"limax": "3.0.0",
"prepend-http": "4.0.0",
"qs": "6.10.3",
"react": "17.0.1",
"react-clamp-lines": "3.0.3",
"react-click-away-listener": "2.0.3",
"react-dom": "17.0.1",
"react-helmet": "6.1.0",
"react-hot-toast": "2.1.1",
"react-i18next": "11.12.0",
"react-instantsearch-dom": "6.40.4",
"react-player": "2.9.0",
"striptags": "3.2.0",
"use-query-params": "1.2.3",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/node": "15.12.2",
"@types/qs": "6.9.7",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"@types/react-helmet": "6.1.6",
"@types/react-instantsearch-dom": "6.12.3",
"autoprefixer": "^10.4.15",
"eslint": "7.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.31.11",
"gatsby-plugin-postcss": "4.5.0",
"husky": "6.0.0",
"lint-staged": "11.0.0",
"postcss": "^8.4.28",
"prettier": "2.8.1",
"tailwindcss": "^3.3.3",
"typescript": "4.9.4"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint-staged"
}
}
}