forked from Medium/snowflake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 780 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 780 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
{
"name": "eng-growth",
"version": "0.0.1",
"main": "index.js",
"repository": "https://github.com/pluralcom/snowflake",
"license": "MIT",
"dependencies": {
"@types/react-select": "^4.0.17",
"antd": "^4.16.9",
"d3": "6.7.0",
"next": "^11.0.1",
"rc-drawer": "^4.4.0",
"rc-textarea": "^0.3.4",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-markdown": "^6.0.2",
"react-select": "^4.3.1",
"remark-gfm": "^1.0.0",
"styled-components": "^5.3.0"
},
"scripts": {
"dev": "next -p 3002",
"export": "next build && next export"
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"@types/node": "^16.0.0",
"@types/react": "^17.0.13",
"flow-bin": "^0.57.2",
"typescript": "^4.3.5"
}
}