-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1006 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
37
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"static": "next build && next export",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@formspree/react": "^2.2.4",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"classnames": "^2.3.1",
"mixpanel-browser": "^2.43.0",
"next": "^11.1.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-image-gallery": "^1.2.7",
"react-modal": "^3.14.4",
"react-router-dom": "^6.2.1",
"react-swipeable": "^6.2.0",
"react-touch-drag-slider": "^2.1.3",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/react": "^6.4.18",
"babel-loader": "^8.2.3"
}
}