-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 912 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 912 Bytes
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
{
"name": "bannerbox-docs",
"version": "0.1.0",
"private": false,
"license": "Bannerbox Inc",
"scripts": {
"build": "next build && next export",
"start": "next start",
"dev": "next dev -p 3100",
"ts-check": "tsc",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@markdoc/markdoc": "^0.2.1",
"@markdoc/next.js": "^0.2.1",
"classnames": "^2.3.2",
"next": "^13.1.5",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.5",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.4.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.27",
"jest": "^29.4.0",
"jest-environment-jsdom": "^29.4.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.4"
}
}