-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "dave",
"private": "true",
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"test": "jest",
"lint:types": "tsc --noEmit"
},
"dependencies": {
"@iconify/react-with-api": "^1.0.0-rc.7",
"@mdx-js/runtime": "^1.6.22",
"cmdk": "^0.2.1",
"cross-fetch": "^3.1.4",
"inter-ui": "^3.15.1",
"next": "^10.1.2",
"node-docker-api": "^1.1.22",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/react": "^11.2.6",
"@testing-library/react-hooks": "^5.1.2",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/whatwg-url": "^8.2.0",
"@vanilla-extract/babel-plugin": "^0.1.0",
"@vanilla-extract/css": "^0.1.0",
"@vanilla-extract/dynamic": "^0.1.0",
"@vanilla-extract/webpack-plugin": "^0.1.0",
"css-loader": "^5.2.0",
"file-loader": "^6.2.0",
"jest": "^26.6.3",
"typescript": "^4.2.3",
"url-loader": "^4.1.1"
},
"resolutions": {
"webpack": "5.29.0"
}
}