-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 3.47 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "akari",
"private": true,
"description": "New generation (2019) of our blog's frontend.",
"version": "1.3.0",
"author": "rikakomoe",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.4.4",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mdx-js/tag": "^0.20.3",
"@types/node": "^17.0.17",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.3",
"add": "^2.0.6",
"autobind-decorator": "^2.4.0",
"babel-preset-gatsby": "^2.7.0",
"eslint-plugin-standard": "^5.0.0",
"font-spider": "^1.3.5",
"gatsby": "^4.7.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-disqus": "^1.1.2",
"gatsby-plugin-dts-css-modules": "^2.1.1",
"gatsby-plugin-emotion": "^7.7.0",
"gatsby-plugin-feed": "^4.7.0",
"gatsby-plugin-force-trailing-slashes": "^1.0.4",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-mdx": "^3.7.0",
"gatsby-plugin-nprogress": "^4.7.0",
"gatsby-plugin-offline": "^5.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^4.7.0",
"gatsby-plugin-sitemap": "^5.7.0",
"gatsby-plugin-stylus": "^4.7.0",
"gatsby-plugin-tslint": "^0.0.2",
"gatsby-plugin-typescript": "^4.7.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.7.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-mathjax": "^1.0.0",
"gatsby-remark-prismjs": "^6.7.0",
"gatsby-remark-unwrap-images": "^1.0.2",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-source-strapi": "^1.0.3",
"gatsby-source-twitter": "^4.0.0",
"gatsby-transformer-remark": "^5.7.0",
"gatsby-transformer-sharp": "^4.7.0",
"kokoro-player": "^1.0.1",
"pre-commit": "^1.2.2",
"prismjs": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-masonry-component": "^6.2.1",
"tslint": "^6.1.3",
"tslint-config-standard": "^9.0.0",
"tslint-loader": "^3.5.4",
"tslint-react": "^5.0.0",
"typescript": "^4.4.3",
"typings-for-css-modules-loader": "^1.7.0",
"yarn": "^1.22.15"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"pre-commit": [
"lint"
],
"scripts": {
"build": "gatsby build && cp _redirects public",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"type-check": "tsc --noEmit",
"lint": "eslint . && tslint --project .",
"lint:fix": "eslint --fix . && tslint --fix --project ."
},
"repository": {
"type": "git",
"url": "https://github.com/cool2645/akari"
},
"bugs": {
"url": "https://github.com/cool2645/akari/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.9.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.26.1"
}
}