-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2.29 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "aizvi",
"version": "1.0.0",
"description": "A company in which individuals build solutions",
"scripts": {
"express": "ts-node --project tsconfig.server.json server.ts",
"dev": "next -p 5000",
"build": "next build",
"start": "next start",
"sitemap": "next-sitemap --config next-sitemap.config.js",
"dev-sass": "webpack --watch --mode=development --progress --colors --config=webpack.config.js"
},
"author": "Ahmad Hussnain",
"license": "ISC",
"devDependencies": {
"@next/env": "^14.0.4",
"@types/aos": "^3.0.3",
"@types/classnames": "^2.2.10",
"@types/express": "^4.17.6",
"@types/lodash": "^4.14.157",
"@types/node": "^14.0.14",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-slick": "^0.23.4",
"@types/reactstrap": "^8.4.3",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"file-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
"next-sitemap": "1.9.9",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"redux-devtools-extension": "^2.13.8",
"sass-loader": "^9.0.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"aos": "^2.3.4",
"bootstrap": "^4.5.0",
"classnames": "^2.2.6",
"express": "^4.17.1",
"lodash": "^4.17.15",
"next": "^9.4.4",
"next-compose-plugins": "^2.2.0",
"next-offline": "^5.0.2",
"nprogress": "^0.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-redux": "^7.2.0",
"react-redux-multilingual": "^2.0.4",
"react-slick": "^0.26.1",
"react-toastify": "^6.0.8",
"reactstrap": "^8.5.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
}
}