-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "app-mimi",
"description": "iBox - Functional training box app",
"version": "0.1.0",
"author": "Miguel Rodriguez Serrano & Milan Matic",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"dev": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@reach/dialog": "^0.10.2",
"@reach/tabs": "^0.10.2",
"@reach/visually-hidden": "^0.10.2",
"gatsby": "2.21.22",
"gatsby-plugin-postcss": "2.3.1",
"gatsby-plugin-sharp": "2.6.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-netlify-identity": "^0.2.5",
"react-netlify-identity-widget": "^0.2.7"
},
"devDependencies": {
"autoprefixer": "9.7.6",
"babel-eslint": "10.1.0",
"cssnano": "4.1.10",
"eslint": "6.8.0",
"eslint-loader": "3.0.4",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-react": "7.19.0",
"gatsby-plugin-eslint": "2.0.8",
"prettier": "2.0.5",
"tailwindcss": "1.4.6"
},
"repository": {
"type": "git",
"url": "https://github.com/fervent-90/app-mimi"
},
"keywords": [
"gatsby",
"tailwind",
"tailwindcss",
"purgecss"
],
"license": "MIT"
}