forked from askides/aurora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 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
{
"name": "aurora",
"version": "1.2.0",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/useaurora/aurora"
},
"keywords": [
"aurora",
"analytics"
],
"author": "Renato Pozzi",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@headlessui/react": "^1.0.0",
"@heroicons/react": "^1.0.1",
"@tailwindcss/forms": "^0.2.1",
"apexcharts": "^3.26.2",
"axios": "^0.21.2",
"formik": "^2.2.6",
"jsonwebtoken": "^8.5.1",
"next": "^11.1.1",
"next-themes": "0.0.14",
"react": "17.0.1",
"react-apexcharts": "^1.3.9",
"react-content-loader": "^6.0.3",
"react-dom": "17.0.1",
"react-hook-form": "^7.12.2",
"react-hot-toast": "^2.1.0",
"swr": "^0.5.4"
},
"devDependencies": {
"@babel/core": "^7.13.13",
"@babel/plugin-transform-runtime": "^7.14.5",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"autoprefixer": "^10.2.5",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"jest": "^26.6.3",
"postcss": "^8.2.14",
"tailwindcss": "^2.0.4"
}
}