-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.58 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
{
"name": "boostin.eu",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 4200",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/styled": "^10.0.27",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@rollup/plugin-babel": "^5.0.2",
"@zeit/next-css": "^1.0.1",
"antd": "^4.3.3",
"apexcharts": "^3.19.2",
"classnames": "^2.2.6",
"form-data": "^3.0.0",
"is-valid-domain": "0.0.14",
"jsonwebtoken": "^8.5.1",
"moment": "^2.25.3",
"mongoose": "^5.9.20",
"next": "^9.4.4",
"next-compose-plugins": "^2.2.0",
"next-images": "^1.4.0",
"next-nprogress": "^1.4.0",
"next-optimized-images": "^2.6.0",
"next-pwa": "^3.0.3",
"node-fetch": "^2.6.0",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-apexcharts": "^1.3.7",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap": "^1.0.1",
"react-csv": "^2.0.3",
"react-debounce-input": "^3.2.2",
"react-device-detect": "^1.13.1",
"react-dom": "^16.13.1",
"react-fade-in": "^1.0.0",
"react-highlight-words": "^0.16.0",
"react-stripe-checkout": "^2.6.3",
"sass": "^1.26.5",
"styled-jsx": "2.0",
"use-persisted-state": "^0.3.0",
"validator": "^13.0.0",
"yarn": "^1.22.4"
},
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/itsdeka/alameda.git"
}
}