-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 983 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
39
{
"name": "xdd",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@blueprintjs/core": "^3.19.1",
"@macrostrat/hyper": "^1.2.6",
"@macrostrat/ui-components": "^0.4.0",
"@mdx-js/loader": "^1.5.1",
"@next/mdx": "^9.1.3",
"@zeit/next-css": "^1.0.1",
"@zeit/next-stylus": "^1.0.1",
"classnames": "^2.2.6",
"coffeescript": "^2.4.1",
"next": "^9.3.5",
"next-coffeescript": "^1.3.0",
"nextjs-redirect": "^1.0.2",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-hyperscript": "^3.2.0",
"react-infinite-scroller": "^1.2.4",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"stylus": "^0.54.7"
},
"devDependencies": {
"@types/node": "^13.13.0",
"@types/react": "^16.9.34",
"bulk": "^2.0.1",
"concurrently": "^5.1.0",
"linklocal": "^2.8.2",
"typescript": "^3.8.3"
}
}