-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
49
{
"name": "with-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"test:integration:open": "cypress open",
"test:integration:build": "start-server-and-test start https-get://localhost:3000 test:integration:open"
},
"dependencies": {
"@crello/react-lottie": "^0.0.11",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.1.1",
"@testing-library/user-event": "^13.1.1",
"@types/jest": "^26.0.21",
"flickity": "^2.2.2",
"framer-motion": "^3.7.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"jest-styled-components": "^7.0.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"next": "latest",
"nookies": "^2.5.2",
"prop-types": "^15.7.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-flickity-component": "^3.6.1",
"react-icons": "^4.2.0",
"react-is": "^16.8.0",
"react-test-renderer": "^17.0.2",
"styled-components": "^5.0.0",
"styled-normalize": "^8.0.7",
"swr": "^0.5.5",
"yup": "^0.32.9",
"start-server-and-test": "^1.14.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.8.0",
"cypress": "^6.8.0"
},
"license": "MIT"
}