-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.46 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.46 KB
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
{
"name": "react-useanimations",
"description": "React micro-animations library",
"version": "0.0.0",
"author": "Tuan Phung <tuan@phung.cz>",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"lint": "eslint .",
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": "eslint"
},
"dependencies": {
"babel-plugin-styled-components": "^1.11.1",
"copy-to-clipboard": "^3.0.8",
"eslint-config-airbnb": "^18.2.0",
"gatsby": "^2.24.60",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-manifest": "^2.4.29",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-styled-components": "^3.3.11",
"gatsby-source-filesystem": "^2.3.30",
"lodash": "^4.17.20",
"polished": "^3.6.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "6.1.0",
"react-highlight.js": "^1.0.7",
"react-notification": "^6.8.4",
"react-responsive": "^8.1.0",
"react-useanimations": "1.2.8",
"styled-components": "^5.2.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^7.9.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-react-app": "^5.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.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"husky": "4.3.0",
"lint-staged": "10.3.0",
"prettier": "2.1.1"
}
}