-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 868 Bytes
/
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
{
"name": "nuscript-transliterator",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server/server.js"
},
"dependencies": {
"@mui/icons-material": "^5.0.5",
"@mui/material": "^5.0.2",
"ioredis": "^4.28.0",
"next": "^11.0.0",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"redis": "^4.0.0-rc.3"
},
"devDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@next/eslint-plugin-next": "^11.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
}
}