-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 978 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
38
{
"name": "next-styled-starterkit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start:dev": "next start",
"type-check": "tsc",
"test": "jest --watchAll",
"test:once": "jest"
},
"dependencies": {
"axios": "^0.19.0",
"next": "^9.0.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.5",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.136",
"@types/node": "^12.6.8",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.1.1",
"@types/styled-components": "^4.1.18",
"babel-core": "^6.26.3",
"babel-jest": "^24.8.0",
"babel-plugin-styled-components": "^1.10.6",
"jest": "^24.8.0",
"typescript": "^3.5.3"
}
}