-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "dns.ndo.dev",
"version": "0.0.1",
"private": false,
"dependencies": {
"date-fns": "^1.29.0",
"focus-visible": "^4.1.5",
"graphql-request": "^1.8.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-dom-confetti": "^0.1.1",
"react-hanger": "^2.0.0",
"react-pose": "^4.0.8",
"react-tiniest-router": "^0.1.0",
"styled-components": "^4.3.2",
"styles-debugger": "^0.0.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"plop": "plop"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/react": "^16.8.21",
"@types/react-dom": "^16.8.4",
"@types/styled-components": "^4.1.16",
"babel-eslint": "^10.0.3",
"babel-plugin-import": "^1.11.0",
"babel-plugin-inline-react-svg": "^1.0.1",
"babel-plugin-styled-components": "^1.8.0",
"customize-cra": "^0.2.13",
"eslint": "^6.4.0",
"prettier": "^1.18.2",
"react-app-rewired": "^2.1.3",
"react-scripts": "^3.0.1",
"typescript": "^3.5.2"
}
}