-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.62 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
{
"name": "@teknozest/better-next-app",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@nextui-org/react": "^1.0.0-beta.9",
"@redux-devtools/extension": "^3.2.2",
"@reduxjs/toolkit": "^1.8.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"@types/node": "^18.14.2",
"ag-grid-community": "^29.1.0",
"ag-grid-enterprise": "^29.1.0",
"ag-grid-react": "^29.1.0",
"axios": "^1.3.2",
"bootstrap": "^4.6.2",
"crypto": "^1.0.1",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"next": "12.1.6",
"next-redux-wrapper": "^7.0.5",
"next-seo": "^5.5.0",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-bootstrap": "^1.6.6",
"react-dom": "^18.2.0",
"react-redux": "^7.2.8",
"react-select": "^5.7.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"swr": "^2.0.3",
"survey-creator-core": "^1.9.76",
"survey-creator-react": "^1.9.76",
"survey-react-ui": "^1.9.76"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"babel-plugin-formatjs": "^10.3.18",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"json-loader": "^0.5.7",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1"
},
"prettier": {
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "none"
}
}