-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.54 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
{
"name": "my-ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"apollo-server-micro": "^3.10.0",
"bcryptjs": "^2.4.3",
"class-validator": "^0.13.2",
"dotenv": "^16.0.1",
"graphql": "^16.6.0",
"jsonwebtoken": "^8.5.1",
"micro": "^9.4.0",
"micro-cors": "^0.1.1",
"mongodb": "^3.7.3",
"next": "12.1.5",
"npm": "^8.13.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.10",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@types/graphql-upload": "^8.0.11",
"@types/micro-cors": "^0.1.2",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"autoprefixer": "^10.4.7",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.13",
"postcss-import": "^14.1.0",
"postcss-nesting": "^10.1.5",
"sass": "^1.52.0",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}