-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.08 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
{
"name": "deepintr-www",
"private": true,
"version": "0.1.0",
"license": "GNU GPLv3",
"homepage": "https://deepintr.js.org/",
"repository": {
"type": "git",
"url": "https://github.com/deepintr/deepintr.github.io"
},
"bugs": {
"url": "https://github.com/deepintr/deepintr.github.io/issues"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "eslint \"src/**\"",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"test:watch": "npm test -- --watch",
"predeploy": "npm run build",
"deploy": "gh-pages -d public -r https://$GH_TOKEN@github.com/deepintr/deepintr.github.io.git"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint:fix",
"pre-push": "npm test"
}
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"bulma": "^0.8.2",
"bulmaswatch": "^0.8.1",
"clsx": "^1.1.1",
"disqus-react": "^1.0.10",
"gatsby": "^2.24.65",
"gatsby-plugin-flexsearch": "^1.0.3",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-jss": "^2.3.11",
"gatsby-plugin-manifest": "^2.4.31",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sass": "^2.3.13",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-plugin-sitemap": "^2.4.13",
"gatsby-plugin-typescript": "^2.4.20",
"gatsby-remark-copy-linked-files": "^2.3.16",
"gatsby-remark-images": "^3.3.30",
"gatsby-remark-responsive-iframe": "^2.4.14",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-remark": "^2.8.35",
"gatsby-transformer-sharp": "^2.5.15",
"moment": "^2.29.0",
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"react": "^16.12.0",
"react-autosuggest": "^10.0.2",
"react-dom": "^16.12.0",
"react-github-btn": "^1.2.0",
"react-helmet": "^6.1.0",
"react-jss": "^10.4.0",
"react-particles-js": "^3.3.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-autosuggest": "^9.3.14",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^5.0.16",
"@types/react-test-renderer": "^16.9.3",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-jest": "^26.3.0",
"babel-preset-gatsby": "^0.4.12",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^2.5.1",
"gatsby-plugin-eslint": "^2.0.8",
"gh-pages": "^2.2.0",
"husky": "^4.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"prettier": "2.0.5",
"react-test-renderer": "^16.13.1",
"typescript": "^3.9.7"
}
}