forked from cube-js/awesome-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"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": {
"@netlify/plugin-nextjs": "beta",
"@next/bundle-analyzer": "^12.0.4",
"bootstrap": "^5.0.1",
"cubedev-tracking": "1.0.6",
"dayjs": "^1.10.7",
"isomorphic-unfetch": "^3.1.0",
"js-yaml": "^3.14.1",
"next": "^11.1.1",
"next-seo": "^4.28.1",
"next-sitemap": "^1.6.105",
"node-yaml": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-slick": "^0.28.1",
"react-svg": "^13.0.5",
"sass": "^1.32.13",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"babel-plugin-root-import": "^6.6.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^3.0.0-canary.10",
"react-optimized-image": "^0.4.1",
"responsive-loader": "^2.3.0",
"sharp": "^0.29.3"
}
}