-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.44 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": "pagas_stellar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next -p 4000",
"build": "next build",
"start": "next start",
"build-tailwind": "npx postcss styles/index.css -o public/styles.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tgemayel/Pagas.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tgemayel/Pagas/issues"
},
"homepage": "https://github.com/Tgemayel/Pagas#readme",
"dependencies": {
"@hapi/iron": "^6.0.0",
"@magic-sdk/admin": "^1.2.2",
"archiver": "^5.0.0",
"aws-sdk": "^2.729.0",
"axios": "^0.19.2",
"cookie": "^0.4.1",
"magic-sdk": "^3.0.1",
"mongoose": "^5.10.11",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"next": "^10.0.0",
"npm": "^6.14.7",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"qrcode": "^1.4.4",
"react": "^16.13.1",
"react-burger-menu": "^2.7.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.2",
"react-hook-form": "^6.0.0",
"react-icons": "^3.10.0",
"stellar-sdk": "^6.2.0",
"tailwindcss": "^1.4.6"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.2.0",
"@zeit/next-css": "^1.0.1",
"cssnano": "^4.1.10",
"eslint": "^7.4.0",
"eslint-plugin-react": "^7.20.3",
"postcss-cli": "^7.1.1",
"postcss-preset-env": "^6.7.0",
"prettier": "2.0.5"
}
}