-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.12 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
{
"name": "stratton-nodes-presale",
"private": true,
"scripts": {
"dev": "cross-var cross-env NEXT_PUBLIC_CF_PAGES_BRANCH=$CF_PAGES_BRANCH next dev",
"build": "cross-var cross-env NEXT_PUBLIC_CF_PAGES_BRANCH=$CF_PAGES_BRANCH next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/plus-jakarta-sans": "^4.5.2",
"@metamask/onboarding": "^1.0.1",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.1",
"clsx": "^1.1.1",
"ethers": "^5.5.4",
"next": "^12.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-jazzicon": "^1.0.3",
"storybook": "^6.4.19",
"web3": "^1.7.0",
"webpack": "^5.74.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"cross-var": "^1.1.0",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.22"
}
}