-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.88 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "kit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build && next export",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": {
"name": "alptekin gursoy",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"@types/jquery": "^3.3.38",
"@types/json-stringify-safe": "^5.0.0",
"@types/node": "^14.0.10",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.22",
"@types/react-dev-utils": "^9.0.4",
"@types/react-js-pagination": "^3.0.3",
"@types/react-modal": "^3.10.5",
"@types/react-scroll": "^1.5.5",
"@types/react-slick": "^0.23.4",
"@types/yup": "^0.28.1",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.19.2",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"bootstrap": "^4.4.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.0",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-react": "^7.18.3",
"express": "^4.17.1",
"formik": "^2.1.4",
"iconfont-plugin-webpack": "^1.1.4",
"import-glob": "^1.5.0",
"jquery": "^3.4.1",
"jquery-mobile": "^1.5.0-alpha.1",
"json-stringify-safe": "^5.0.1",
"mobx": "^5.15.4",
"mobx-react": "^6.1.8",
"mobx-utils": "^5.6.1",
"next": "^9.2.2",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^1.1.0",
"next-images": "^1.3.1",
"next-optimized-images": "^2.5.4",
"next-routes": "^1.4.2",
"node-sass": "^4.13.1",
"nookies": "^2.0.8",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"query-string": "^6.12.1",
"react": "^16.12.0",
"react-dev-utils": "^10.2.0",
"react-dom": "^16.12.0",
"react-js-pagination": "^3.0.3",
"react-modal": "^3.11.2",
"react-modal-video": "^1.2.3",
"react-popper-tooltip": "^2.11.1",
"react-scroll": "^1.7.16",
"react-slick": "^0.25.2",
"react-window-size": "^1.2.2",
"react-youtube": "^7.11.2",
"sass-loader": "^8.0.2",
"serialize-javascript": "^3.0.0",
"slick-carousel": "^1.8.1",
"style-loader": "^1.1.3",
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"util": "^0.12.2",
"yup": "^0.28.4"
},
"devDependencies": {
"@types/node": "^14.0.10",
"@types/react": "^16.9.22",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3",
"typescript": "^3.7.5"
}
}