-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) Β· 1.15 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": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p 8001",
"test": "jest --watch",
"type-check": "tsc"
},
"dependencies": {
"@sentry/react": "^6.2.1",
"@sentry/tracing": "^6.2.1",
"@svgr/webpack": "^5.5.0",
"axios": "*",
"next": "*",
"next-redux-saga": "*",
"next-redux-wrapper": "*",
"npm": "*",
"react": "*",
"react-dom": "*",
"react-loading-skeleton": "^2.2.0",
"react-redux": "*",
"redux": "*",
"redux-saga": "*",
"socket.io-client": "^3.1.2",
"styled-components": "*"
},
"devDependencies": {
"@types/enzyme": "*",
"@types/jest": "*",
"@types/next-redux-saga": "*",
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react-redux": "*",
"@types/socket.io-client": "^1.4.35",
"@types/styled-components": "*",
"babel-plugin-root-import": "*",
"babel-plugin-styled-components": "*",
"file-loader": "^6.2.0",
"jest": "*",
"redux-devtools-extension": "*",
"typescript": "*",
"url-loader": "^4.1.1"
},
"license": "MIT"
}