-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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": "language-tables",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"api-knex": "TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' knex --knexfile=./knexfile.ts"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"knex": "^0.95.15",
"next": "12.1.0",
"next-connect": "^0.12.2",
"react": "17.0.2",
"react-calendar": "^3.7.0",
"react-dater": "^1.6.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.39.5",
"react-select": "^5.2.2",
"sass": "^1.49.9",
"sassy-datepicker": "^0.8.0",
"scss": "^0.2.4",
"sqlite3": "^5.1.2",
"universal-cookie": "^4.0.4"
},
"devdependencies": {
"@types/node": "^17.0.21",
"@types/react": "17.0.40",
"@types/react-calendar": "^3.5.2",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"prettier": "^2.8.1",
"react-foundation": "^0.9.7",
"sweetalert2": "^11.4.23",
"ts-node": "^10.7.0",
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/node": "^17.0.0",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.4"
}
}