-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 936 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": "wbdocs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "next -p 4000",
"build": "next build",
"export": "next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@amplitude/react-amplitude": "^1.0.0",
"@mdx-js/loader": "^1.5.8",
"@next/mdx": "^9.3.4",
"@zeit/next-sass": "^1.0.1",
"amplitude-js": "^5.2.2",
"babel-plugin-root-import": "^6.5.0",
"bootstrap": "^4.4.1",
"next": "^9.3.4",
"next-images": "^1.4.0",
"node-sass": "^4.13.1",
"prismjs": "^1.24.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"remark-slug": "^6.0.0",
"sass": "^1.26.3",
"wb-editor": "git+ssh://[email protected]/workerb/wb-editor.git"
},
"devDependencies": {
"firebase-tools": "^7.4.0",
"@mapbox/rehype-prism": "^0.4.0"
}
}