forked from cube-js/awesome-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 861 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
{
"name": "awesome-dataviz-tools",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"export": "next export",
"start": "next start"
},
"dependencies": {
"@cube-dev/purple-banner": "^2.0.5",
"@netlify/plugin-nextjs": "^4.30.3",
"bootstrap": "^5.0.1",
"cubedev-tracking": "1.1.0",
"dayjs": "^1.10.7",
"isomorphic-unfetch": "^3.1.0",
"js-yaml": "^3.14.1",
"next": "^13.1.6",
"next-seo": "^5.15.0",
"next-sitemap": "^3.1.49",
"node-yaml": "^4.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-slick": "^0.28.1",
"react-svg": "^13.0.5",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@netlify/next": "^1.4.3",
"@next/bundle-analyzer": "^13.1.6",
"sass": "^1.32.13"
}
}