-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.74 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
{
"name": "xxiv-memories",
"version": "1.0.0",
"author": "Maurits Misana <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"@tailwindcss/ui": "^0.1.3",
"gatsby": "^2.20.22",
"gatsby-image": "^2.3.1",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-mdx": "^1.1.7",
"gatsby-plugin-offline": "^3.1.1",
"gatsby-plugin-postcss": "^2.2.1",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet-async": "^1.0.16",
"gatsby-plugin-sharp": "^2.5.4",
"gatsby-plugin-smoothscroll": "^1.1.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-images": "^3.2.2",
"gatsby-remark-unwrap-images": "^1.0.2",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-source-firebase": "^1.0.0",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.4.4",
"html-react-parser": "^0.10.3",
"lazysizes": "^5.2.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-animate-height": "^2.0.20",
"react-dom": "^16.13.1",
"react-helmet-async": "^1.0.5",
"react-image-lightbox": "^5.1.1",
"react-player": "^1.15.3",
"react-scrolllock": "^5.0.1",
"react-waypoint": "^9.0.2",
"scrollprogress": "^3.0.2"
},
"license": "MIT",
"scripts": {
"clean": "rm -rf .cache",
"eslint-check": "eslint --print-config src/pages/index.js | eslint-config-prettier-check",
"analyze:lint": "eslint --ext .jsx --ext .js .",
"analyze:prettier": "prettier --list-different '**/*.{js,css,md,json}'",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"build": "gatsby build",
"develop": "gatsby develop",
"dev": "gatsby develop",
"fix:lint": "eslint --ext .jsx --ext .js . --fix",
"fix:prettier": "prettier --write '**/*.{js,css,md,json}'",
"fix": "npm run fix:lint && npm run fix:prettier",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"autoprefixer": "9.7.6",
"babel-eslint": "10.1.0",
"cssnano": "4.1.10",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-loader": "3.0.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"gatsby-plugin-eslint": "2.0.8",
"prettier": "^2.0.4",
"tailwindcss": "1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/TECHMAUS/XXIV-Memories"
},
"bugs": {
"url": "https://github.com/TECHMAUS/XXIV-Memories/issues"
}
}