-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.88 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
{
"name": "vices",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx ."
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^11.0.0",
"@emotion/react": "^11.1.4",
"@reach/menu-button": "^0.13.0",
"@reach/visually-hidden": "^0.13.0",
"@xstate/react": "^1.2.2",
"autoprefixer": "^10.1.0",
"d3-shape": "^2.0.0",
"date-fns": "^2.16.1",
"firebase": "^8.2.1",
"firebase-admin": "^9.4.2",
"next": "^10.0.4",
"postcss": "^8.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"tailwindcss": "^2.0.2",
"tailwindcss-cli": "^0.1.2",
"twin.macro": "^2.2.0",
"xstate": "^4.15.2"
},
"devDependencies": {
"@axe-core/react": "^4.1.0",
"@emotion/babel-plugin": "^11.1.2",
"@svgr/webpack": "^5.5.0",
"@types/d3-shape": "^2.0.0",
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"babel-eslint": "^10.1.0",
"chokidar-cli": "^2.1.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"typescript": "^4.1.3"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}