generated from pittcsc/csc-hacks-sample-repo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.1 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
43
44
45
46
{
"name": "traders-edge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"@observablehq/plot": "^0.2.9",
"@tailwindcss/forms": "^0.3.4",
"axios": "^0.23.0",
"chart.js": "^3.6.0",
"chartjs-adapter-date-fns": "^2.0.0",
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"d3": "^7.1.1",
"date-fns": "^2.25.0",
"framer-motion": "^5.0.0",
"next": "11.1.2",
"react": "17.0.2",
"react-chartjs-2": "^3.3.0",
"react-dom": "17.0.2",
"react-query": "^3.28.0",
"react-select": "^5.1.0",
"react-spinners": "^0.11.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^1.13.3",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"react-is": "^17.0.2",
"tailwindcss": "^2.2.17",
"twin.macro": "^2.8.0"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}