-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "dega-velu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:check": "prettier --check \"**/*.{js,jsx,yml,yaml,json,css,scss,md}\"",
"format": "prettier --write \"**/*.{js,jsx,yml,yaml,json,css,scss,md}\""
},
"dependencies": {
"@apollo/client": "^3.6.2",
"@babel/core": "^7.21.0",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"dangerously-set-html-content": "^1.0.9",
"graphql": "^16.4.0",
"graphql-tag": "^2.12.6",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"next": "^13.1.6",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.9.2",
"@emotion/react": "^11.9.0",
"@mdx-js/react": "^1.6.22",
"@types/node": "18.14.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.14.0",
"eslint-config-next": "^13.1.6",
"prettier": "^2.6.2",
"theme-ui": "^0.15.5",
"typescript": "4.9.5"
}
}