-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.48 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
{
"name": "masterthesis-khipu-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"browserslist": {
"production": [
">1%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@tailwindcss/forms": "^0.3.3",
"autoprefixer": "^10.3.4",
"axios": "^0.21.4",
"immer": "^9.0.6",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"moment-duration-format": "^2.3.2",
"next": "^11.1.2",
"npm-check-updates": "^11.8.5",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"react": "17.0.2",
"react-beautiful-dnd": "13.1.0",
"react-collapsible": "^2.8.4",
"react-datepicker": "^4.2.1",
"react-dom": "17.0.2",
"react-popper-tooltip": "^4.3.0",
"react-tabs": "^3.2.2",
"react-textarea-autosize": "^8.3.3",
"swr": "^1.0.0",
"tailwindcss": "^2.2.15"
},
"devDependencies": {
"@types/node": "^14.17.6",
"@types/react": "^17.0.20",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"postcss-import": "^14.0.2",
"prettier": "^2.4.0",
"typescript": "^4.4.3"
}
}