-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "iramai-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@prisma/client": "^2.17.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"autoprefixer": "^10.2.5",
"bootstrap": "^4.6.0",
"classnames": "^2.3.1",
"graphql": "^15.5.0",
"holderjs": "^2.9.9",
"js-cookie": "^2.2.1",
"next": "^10.0.0",
"next-images": "^1.7.0",
"react": "17.0.1",
"react-bootstrap": "^1.5.2",
"react-dom": "17.0.1",
"react-gallery-carousel": "^0.1.1",
"react-markdown": "^5.0.3",
"react-responsive": "^8.2.0",
"reactstrap": "^8.9.0",
"styled-components": "^5.2.3",
"tailwindcss": "^2.1.1",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"@types/styled-components": "^5.1.9",
"globby": "^11.0.2",
"prisma": "^2.17.0",
"typescript": "^4.2.4"
}
}