-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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
47
48
49
50
51
52
53
54
55
{
"name": "rt-simulator",
"author": "Ty Mick <[email protected]> (https://tymick.me)",
"repository": "github:TyMick/rt-simulator",
"license": "Apache-2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "npm run build && serve out",
"predeploy": "npm run build",
"deploy": "gh-pages -d out -m Build -t",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@matejmazur/react-katex": "^3.1.3",
"bootstrap": "^4.5.2",
"chroma-js": "^2.1.2",
"clsx": "^1.1.1",
"data-forge": "^1.8.17",
"date-fns": "^2.23.0",
"js-yaml": "^3.14.0",
"jstat": "^1.9.5",
"katex": "^0.12.0",
"lodash": "^4.17.21",
"next": "^11.1.2",
"next-seo": "^4.24.0",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-bootstrap-range-slider": "^1.1.4",
"react-dom": "^17.0.2",
"react-number-format": "^4.7.3",
"react-vega": "^7.4.4",
"sass": "^1.39.0",
"spinkit": "^2.0.1",
"swr": "^0.5.6",
"unfetch": "^4.2.0",
"use-window-orientation": "^1.0.3",
"use-window-width-breakpoints": "^1.0.12",
"vega": "^5.20.2",
"vega-lite": "^4.14.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"gh-pages": "^3.2.3",
"prettier": "^2.3.2",
"serve": "^12.0.0"
}
}