-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "interactive-grid",
"version": "1.0.0",
"private": true,
"description": "interactive-grid",
"author": "kevinmalaverr",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "npm run gen:search && gatsby develop",
"build": "npm run gen:search && gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"gen:search": "node ./src/scripts/generateSearch.js"
},
"dependencies": {
"animate.css": "^4.1.1",
"animejs": "^3.2.1",
"dotenv": "^8.2.0",
"escape-string-regexp": "^4.0.0",
"gatsby": "^3.1.2",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-sass": "^4.1.0",
"gatsby-remark-autolink-headers": "^4.0.0",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-remark": "^4.0.0",
"glob": "^7.1.6",
"jest": "^26.6.3",
"markdown-to-jsx": "^7.1.2",
"prismjs": "^1.23.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.10.3",
"sass": "^1.32.8"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-postcss": "^4.1.0",
"postcss": "^8.2.8",
"prettier": "^2.2.1",
"tailwindcss": "^2.0.4"
}
}