-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 981 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 981 Bytes
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
{
"name": "ecommerce-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:css": "postcss assets/main.css -o assets/main_browser.css"
},
"dependencies": {
"@types/body-scroll-lock": "^3.1.2",
"body-scroll-lock": "^4.0.0-beta.0",
"classnames": "^2.3.2",
"js-cookie": "^3.0.5",
"keen-slider": "^5.5.1",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18",
"react-ticker": "^1.3.2",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "20.9.2",
"@types/react": "^18.2.37",
"autoprefixer": "^10.4.16",
"deepmerge": "^4.3.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8.4.32",
"postcss-cli": "^11.0.0",
"postcss-nesting": "^12.0.2",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.2.2"
}
}