-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "algo-visual",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cutting/svg": "^4.33.0",
"@emotion/react": "^11.9.3",
"@fluentui/react": "^8.79.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@theme-ui/color": "^0.14.6",
"comlink": "^4.3.1",
"comlink-loader": "^2.0.0",
"daisyui": "^2.18.0",
"highcharts": "^8.1.0",
"lodash": "^4.17.21",
"next": "12.1.0",
"next-redux-wrapper": "^7.0.5",
"next-transpile-modules": "^9.0.0",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-jsx-highcharts": "^4.0.1",
"react-redux": "^7.2.8",
"react-responsive": "^9.0.0-beta.10",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"theme-ui": "^0.14.6"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}