-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "with-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest --no-cache",
"test:watch": "yarn test --watch",
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"axios": "^0.21.1",
"git-commit-msg-linter": "^3.1.0",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-is": "^17.0.2",
"react-modal": "^3.13.1",
"styled-components": "^5.2.3",
"sweetalert2": "^10.13.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/faker": "^5.5.5",
"@types/jest": "^26.0.23",
"@types/node": "^15.3.1",
"@types/react": "^17.0.6",
"@types/react-modal": "^3.12.0",
"@types/styled-components": "^5.1.9",
"babel-plugin-styled-components": "^1.12.0",
"faker": "^5.5.3",
"jest": "^26.6.3",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"license": "MIT"
}