-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "tora-spa",
"version": "0.1.0",
"private": true,
"registry": "https://registry.npmjs.org/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"wix": "npm config set registry http://npm.dev.wixpress.com/",
"local": "npm config set registry https://registry.npmjs.org/"
},
"dependencies": {
"@material-ui/core": "4.11.1",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.56",
"babel-preset-next": "^1.4.0",
"jss-rtl": "^0.3.0",
"match-sorter": "^5.0.0",
"next": "^10.0.3",
"react": "^17.0.1",
"react-audio-player": "^0.14.0",
"react-dom": "^17.0.1",
"sass": "^1.29.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0"
}
}