-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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
43
44
45
46
47
48
{
"name": "mrt-foods",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8787",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"plop": "plop",
"postinstall": "xstate typegen \"./contexts/**/*.ts?(x)\""
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.1.16",
"@googlemaps/js-api-loader": "^1.11.4",
"@xstate/cli": "^0.5.2",
"@xstate/react": "^2.0.0",
"axios": "^0.21.4",
"google-map-react": "^2.1.10",
"next": "^12.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "^5.3.0",
"xstate": "^4.30.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/react": "^6.3.12",
"@svgr/webpack": "^5.5.0",
"@types/google-map-react": "^2.1.3",
"@types/googlemaps": "^3.43.3",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"@types/styled-components": "^5.1.9",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.4",
"plop": "^2.7.6",
"typescript": "^4.4.4",
"url-loader": "^4.1.1"
}
}