-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 KB
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
{
"name": "task-hour",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@reduxjs/toolkit": "^1.3.6",
"@tippyjs/react": "^4.1.0",
"argon2": "^0.26.2",
"classnames": "^2.2.6",
"crypto-random-string": "^3.2.0",
"date-fns": "^2.14.0",
"faunadb": "^2.14.2",
"formik": "^2.1.4",
"ky": "^0.22.0",
"lodash": "^4.17.15",
"nanoid": "^3.1.10",
"next": "9.4.4",
"next-connect": "^0.8.1",
"next-iron-session": "^4.1.7",
"react": "16.13.1",
"react-calendar": "^3.1.0",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "16.13.1",
"react-redux": "^7.2.0",
"sass": "^1.26.9",
"swr": "^0.2.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.4.4",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.155",
"@types/node": "^14.0.13",
"@types/react": "^16.9.35",
"@types/react-calendar": "^3.1.0",
"@types/react-redux": "^7.1.9",
"autoprefixer": "^9.8.4",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"styled-jsx-plugin-postcss": "^2.0.1",
"tailwindcss": "^1.4.6",
"typescript": "^3.9.5"
},
"sideEffects": false
}