-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "audius-org-nextjs",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"publish": "wrangler publish",
"preview": "wrangler preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AudiusProject/audius-org-public-site.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AudiusProject/audius-org-public-site/issues"
},
"homepage": "https://github.com/AudiusProject/audius-org-public-site#readme",
"dependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.23.4",
"next": "^11.0.1",
"next-i18next": "^8.6.0",
"next-react-svg": "^1.1.3",
"prettier-config-standard": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-gtm-module": "^2.0.11",
"react-spring": "^9.2.4",
"sass": "^1.37.5"
},
"devDependencies": {
"@cloudflare/wrangler": "^1.20.0",
"@types/react": "^17.0.15",
"typescript": "^4.3.5"
}
}