-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "karsal",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.21.1",
"classnames": "^2.2.6",
"embla-carousel": "^4.5.3",
"mapbox-gl": "^2.2.0",
"mongodb": "^3.6.3",
"next": "11.0.1",
"nprogress": "^0.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-responsive": "^8.2.0",
"sass-burger": "^1.3.1",
"smoothscroll-polyfill": "^0.4.4"
},
"license": "MIT",
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/mapbox-gl": "^2.1.1",
"@types/mongodb": "^3.6.12",
"@types/node": "^14.14.19",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
"@types/smoothscroll-polyfill": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "7",
"eslint-config-next": "^11.0.1",
"eslint-config-standard-with-typescript": "^19.0.1",
"eslint-plugin-import": "2",
"eslint-plugin-node": "11",
"eslint-plugin-promise": "4",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-standard": "4",
"sass": "^1.29.0",
"typescript": "^4.3.2",
"typescript-plugin-css-modules": "^3.0.1"
}
}