-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "next-sass-starter",
"title": "The Kitchen",
"description": "A pantry full of web components that can be used for automated testing.",
"version": "0.1.0",
"dependencies": {
"@chakra-ui/react": "^1.3.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@vercel/analytics": "^1.0.0",
"framer-motion": "^3.6.7",
"next": "10.0.7",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.7.0",
"next-mdx-enhanced": "^5.0.0",
"react": "17.0.1",
"react-beautiful-dnd": "^13.1.0",
"react-cookie": "^4.0.3",
"react-dom": "17.0.1",
"react-icons": "^4.2.0",
"sass": "^1.32.8"
},
"keywords": [
"next",
"nextjs",
"next js",
"sass",
"scss",
"css"
],
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"homepage": "https://kitchen.applitools.com/",
"repository": {
"type": "git",
"url": "https://github.com/applitools/the-kitchen"
},
"bugs": {
"url": "https://github.com/applitools/the-kitchen/issues"
}
}