forked from auralous/auralous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.82 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
{
"name": "stereo-web",
"version": "0.0.0",
"description": "Web App for Stereo",
"repository": "https://github.com/hoangvvo/stereo-web.git",
"author": "Hoang Vo (https://hoangvvo.com/)",
"license": "AGPL-3.0",
"private": true,
"sideEffects": false,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"codegen": "graphql-codegen",
"lint": "eslint ./ --ext js,ts,tsx --ignore-path .gitignore"
},
"dependencies": {
"@next/plugin-sentry": "^10.0.1",
"@reach/dialog": "^0.11.2",
"@reach/portal": "^0.11.2",
"@reach/tabs": "^0.11.2",
"@urql/devtools": "^2.0.2",
"@urql/exchange-graphcache": "^3.1.11",
"@urql/exchange-multipart-fetch": "^0.1.11",
"@urql/exchange-persisted-fetch": "^1.2.3",
"@urql/exchange-refocus": "^0.2.1",
"benzene-ws-client": "^0.0.1",
"fathom-client": "^3.0.0",
"graphql": "^15.4.0",
"ms": "^2.1.2",
"next": "^10.0.1",
"next-seo": "^4.15.1",
"nprogress": "^0.2.0",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^17.0.1",
"react-focus-lock": "^2.4.1",
"react-query": "^2.26.2",
"react-remove-scroll": "^2.4.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.6",
"redaxios": "^0.3.0",
"rosetta": "^1.1.0",
"tailwindcss": "^1.9.6",
"urql": "^1.11.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.19.1",
"@graphql-codegen/introspection": "^1.18.0",
"@graphql-codegen/typescript": "^1.17.11",
"@graphql-codegen/typescript-operations": "^1.17.9",
"@graphql-codegen/typescript-urql": "^2.0.2",
"@next/bundle-analyzer": "^10.0.1",
"@sentry/webpack-plugin": "^1.13.0",
"@svgr/webpack": "^5.4.0",
"@types/ms": "^0.7.31",
"@types/node": "^14.14.6",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.56",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/spotify-api": "^0.0.5",
"@types/spotify-web-playback-sdk": "^0.1.7",
"@types/youtube": "^0.0.39",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"cssnano": "^4.1.10",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"gray-matter": "^4.0.2",
"postcss-import": "^13.0.0",
"prettier": "^2.1.2",
"rehype-raw": "^5.0.0",
"rehype-stringify": "^8.0.0",
"remark": "^13.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0",
"remark-slug": "^6.0.0",
"remark-toc": "^7.0.0",
"typescript": "^4.0.5",
"unified": "^9.2.0"
},
"engines": {
"node": "^12.0.0 || ^14.0.0"
}
}