-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
{
"name": "admin",
"version": "1.0.0",
"description": "Admin Dashboard for shokz.tv website",
"main": "lib/index.js",
"repository": "[email protected]:shokz.tv/admin.git",
"author": "Michael Ketzer",
"license": "MIT",
"dependencies": {
"@ant-design/compatible": "^1.0.1",
"@ant-design/icons": "^4.0.2",
"@ckeditor/ckeditor5-build-classic": "^17.0.0",
"@ckeditor/ckeditor5-react": "^2.1.0",
"@types/country-list": "^2.1.0",
"@types/dotenv": "^8.2.0",
"@types/moment": "^2.13.0",
"@types/normalizr": "^2.0.18",
"antd": "4.0.3",
"asmcrypto-lite": "^1.1.0",
"country-list": "^2.2.0",
"dayjs": "^1.8.19",
"dotenv": "^8.2.0",
"is-plain-object": "^3.0.0",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.19",
"next": "9.3.2",
"next-redux-wrapper": "^4.0.1",
"normalizr": "^3.4.1",
"react": "^16.12.0",
"react-country-flag": "^2.0.1",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"styled-jsx": "^3.2.4"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/next-redux-wrapper": "^3.0.0",
"@types/node": "^13.1.6",
"@types/react-redux": "^7.1.5",
"@types/redux": "^3.6.0",
"@types/redux-devtools-extension": "^2.13.2",
"@types/redux-thunk": "^2.1.0",
"@types/reselect": "^2.2.0",
"@types/styled-jsx": "^2.2.8",
"typescript": "^3.7.4"
}
}