-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "cmdb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@arwes/animation": "^1.0.0-alpha.19",
"@arwes/core": "^1.0.0-alpha.19",
"@arwes/design": "^1.0.0-alpha.19",
"@arwes/sounds": "^1.0.0-alpha.19",
"@emotion/css": "11",
"@emotion/react": "11",
"@next/eslint-plugin-next": "^13.0.5",
"animejs": "3",
"axios": "^0.21.1",
"dayjs": "^1.10.5",
"howler": "2.2",
"next": "^13.0.5",
"next-pwa": "^5.6.0",
"polished": "4",
"prop-types": "^15.7.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-in-viewport": "^1.0.0-alpha.17",
"react-redux": "^7.2.4",
"react-stars": "^2.2.5",
"react-virtualized": "^9.22.3",
"react-window": "^1.8.6",
"redux": "^4.1.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.1",
"redux-devtools-extension": "^2.13.9"
}
}