-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "telegram-bot-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"adminator": "git+https://github.com/olegstyle/Adminator-admin-dashboard.git",
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-plugin-wrap-in-js": "^1.1.1",
"bootstrap": "^4.3.1",
"cronstrue": "^1.72.0",
"dotenv": "^7.0.0",
"dotenv-webpack": "^1.7.0",
"jquery": "^3.4.1",
"js-cookie": "^2.2.0",
"next": "^8.0.3",
"next-redux-wrapper": "^2.0.0",
"node-sass": "^4.12.0",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.15.0",
"raw-loader": "^1.0.0",
"react": "^16.8.4",
"react-confirm-alert": "^2.4.1",
"react-cron-builder": "^1.0.4",
"react-dom": "^16.8.4",
"react-redux": "^7.0.3",
"react-select": "^3.0.4",
"react-toastify": "^5.3.1",
"reactstrap": "^7.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.1.0"
}
}