-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1015 Bytes
/
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
{
"dependencies": {
"@nextui-org/react": "^1.0.0-beta.12",
"chart.js": "^4.3.0",
"js-cookie": "^3.0.5",
"next": "^13.3.0",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0",
"react-slick": "^0.29.0",
"sharp": "^0.32.1"
},
"name": "ecommerce-nextstore",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.7",
"sass": "^1.60.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src/ --fix"
},
"keywords": [
"ecommerce",
"shop"
],
"author": "Bryan Guerra",
"license": "MIT",
"description": "Ecommerce online shop"
}