-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.75 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.75 KB
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
{
"name": "andromeda-webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.5",
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@reach/dialog": "^0.16.2",
"@rjsf/core": "^3.2.0",
"@terra-money/terra.js": "^2.0.15",
"@terra-money/wallet-provider": "^2.3.0",
"axios": "^0.24.0",
"bignumber": "^1.1.0",
"bignumber.js": "^9.0.1",
"deepmerge": "^4.2.2",
"framer-motion": "^5.0.0",
"graphql": "^15.7.0",
"lodash": "^4.17.21",
"next": "^12.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-h5-audio-player": "^3.7.4",
"react-query": "^3.29.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@storybook/addon-actions": "^6.4.0-beta.4",
"@storybook/addon-docs": "^6.4.0-beta.4",
"@storybook/addon-essentials": "^6.4.0-beta.4",
"@storybook/addon-links": "^6.4.0-beta.4",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.4.0-beta.4",
"@storybook/theming": "^6.4.0-beta.4",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/forms": "^0.3.4",
"@types/react": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"autoprefixer": "^10.3.7",
"eslint": "7.32.0",
"eslint-config-next": "^11.1.0",
"eslint-config-prettier": "^8.3.0",
"lodash": "^4.17.21",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"tailwindcss": "^2.2.17",
"typescript": "^4.4.4"
}
}