-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.71 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "otp-stats",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"serve": "serve -s out",
"start": "next start",
"lint": "next lint"
},
"prettier": {
"printWidth": 90,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@nivo/bar": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/line": "^0.80.0",
"@nivo/pie": "^0.80.0",
"@popperjs/core": "^2.11.6",
"@react-hookz/web": "^20.0.0",
"@tailwindcss/forms": "^0.5.3",
"clsx": "^1.2.1",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"framer-motion": "^7.6.19",
"nanoid": "^4.0.0",
"next": "13.0.6",
"prettier-plugin-tailwindcss": "^0.2.0",
"react": "18.2.0",
"react-chartjs-2": "^5.1.0",
"react-dom": "18.2.0",
"react-popper": "^2.3.0",
"react-spring": "^9.5.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.29.0",
"eslint-config-next": "^13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-testing-library": "^5.9.1",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"sass": "^1.56.1",
"serve": "^14.1.2",
"tailwindcss": "^3.2.4"
}
}