-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 3.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
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "ns-ui-next-template",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"export": "next build && next export",
"lint": "next lint",
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\""
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@next/bundle-analyzer": "^13.1.6",
"@ns-ui/carousel": "file:src/comps/@ns-ui/carousel",
"@ns-ui/core": "file:src/comps/@ns-ui/core",
"@ns-ui/dates": "file:src/comps/@ns-ui/dates",
"@ns-ui/form": "file:src/comps/@ns-ui/form",
"@ns-ui/hooks": "file:src/comps/@ns-ui/hooks",
"@ns-ui/next": "file:src/comps/@ns-ui/next",
"@ns-ui/notifications": "file:src/comps/@ns-ui/notifications",
"@ns-ui/prism": "file:src/comps/@ns-ui/prism",
"@ns-ui/ssr": "file:src/comps/@ns-ui/ssr",
"@ns-ui/styles": "file:src/comps/@ns-ui/styles",
"@ns-ui/utils": "file:src/comps/@ns-ui/utils",
"@react-jvectormap/asia": "^1.0.1",
"@react-jvectormap/core": "^1.0.4",
"@react-jvectormap/world": "^1.1.2",
"@tabler/icons": "^1.107.0",
"@tabler/icons-react": "^2.4.0",
"axios": "^1.4.0",
"chart.js": "^3.9.1",
"cookies-next": "^2.1.1",
"country-list": "^2.3.0",
"currency-symbol-map": "^5.1.0",
"dayjs": "^1.11.6",
"embla-carousel-react": "^7.0.3",
"jquery": "^3.7.0",
"leaflet": "^1.9.4",
"next": "13.4.10",
"react": "18.2.0",
"react-circle-flags": "^0.0.18",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.0",
"react-icons": "^4.10.1",
"react-leaflet": "^4.2.1",
"react-phone-number-input": "^3.3.4",
"react-scale-text": "^1.2.2",
"react-select-country-list": "^2.2.3",
"react-sticky-box": "^2.0.4",
"react-text-transition": "^3.1.0",
"use-between": "^1.3.5"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@next/eslint-plugin-next": "^12.1.4",
"@svgr/webpack": "^8.0.1",
"@testing-library/dom": "^8.12.0",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.0.4",
"@types/jquery": "^3.5.16",
"@types/leaflet": "^1.9.3",
"@types/node": "^18.11.4",
"@types/react": "18.0.21",
"@types/react-leaflet": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"babel-loader": "^8.2.4",
"eslint": "^8.18.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-mantine": "2.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.2.0",
"prettier": "^2.7.1",
"typescript": "4.8.4"
}
}