-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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": "dsc-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export -o docs/ && echo dscdut.com > docs/CNAME",
"start": "next start",
"lintfix": "eslint --fix --ext .js,.jsx --ignore-path .gitignore ."
},
"dependencies": {
"antd": "^4.15.0",
"framer-motion": "^4.1.11",
"gray-matter": "^4.0.3",
"interweave": "^12.7.2",
"material-icons": "^0.7.2",
"next": "^10.0.9",
"next-i18next": "^8.3.0",
"next-on-netlify": "^3.0.1",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-dev-utils": "^11.0.4",
"react-dom": "17.0.2",
"react-markdown": "^6.0.2",
"react-redux": "^7.2.4",
"react-scripts": "^4.0.3",
"redux": "^4.1.0",
"remark-gfm": "^1.0.0",
"sanitize-html": "^2.3.3",
"sass": "^1.32.12",
"serve": "^12.0.0",
"splide-nextjs": "^2.4.23"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0"
}
}