-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·57 lines (57 loc) · 1.4 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
50
51
52
53
54
55
56
57
{
"name": "diobis-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@heroicons/react": "1.0.1",
"@octokit/rest": "18.5.2",
"@svgr/webpack": "5.5.0",
"moment": "2.29.1",
"next": "10.0.9",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "5.0.3",
"react-redux": "7.2.3",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.3.0",
"remark-gfm": "1.0.0",
"styled-components": "5.2.1",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"yarn": "1.22.10"
},
"devDependencies": {
"@babel/core": "7.13.13",
"@testing-library/dom": "7.30.1",
"@testing-library/jest-dom": "5.11.10",
"@testing-library/react": "11.2.5",
"@types/react-redux": "7.1.24",
"@types/redux": "3.6.0",
"@types/styled-components": "5.1.26",
"autoprefixer": "10.2.5",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"babel-plugin-macros": "3.0.1",
"babel-plugin-styled-components": "1.12.0",
"jest": "26.6.3",
"jest-dom": "4.0.0",
"postcss": "8.2.8",
"postcss-loader": "4.0.3",
"react-is": "17.0.2",
"tailwindcss": "2.0.4",
"twin.macro": "2.3.1",
"typescript": "4.7.4"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}