-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 990 Bytes
/
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
{
"name": "audiophile-portfolio-showcase",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-aria/button": "^3.4.3",
"@react-aria/dialog": "^3.1.8",
"@react-aria/focus": "^3.5.4",
"@react-aria/numberfield": "^3.1.5",
"@react-aria/overlays": "^3.8.1",
"@react-aria/ssr": "^3.1.2",
"@react-stately/numberfield": "^3.0.6",
"@react-stately/overlays": "^3.1.6",
"@storyblok/react": "^1.0.4",
"axios": "^0.21.4",
"next": "^12.1.0",
"polished": "^4.1.4",
"preact": "^10.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"storyblok-rich-text-react-renderer": "^2.5.2",
"styled-components": "^5.3.5"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1"
}
}