-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 KB
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
{
"name": "nxt-storefront",
"version": "1.0.0-beta.0",
"private": true,
"description": "storefront at beyond expectations",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc"
},
"dependencies": {
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"@mui/material": "5.10.0",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/icons-material": "5.8.4",
"@mui/lab": "5.0.0-alpha.94",
"@ui/elements": "workspace:*",
"@ui/layouts": "workspace:*",
"@styles/scss": "workspace:*",
"@ecomm/pages": "workspace:*",
"@api/fetch": "workspace:*"
},
"devDependencies": {
"typescript": "4.7.4",
"sass": "1.55.0",
"nodemon": "2.0.16",
"dotenv": "16.0.1",
"ts-node": "10.7.0",
"colors": "1.4.0",
"prettier": "2.7.1",
"@types/express": "4.17.13",
"@types/node": "17.0.33",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6"
},
"repository": {
"type": "git",
"url": "git+https://cra2ycoder@github.com/cra2ycoder/nxt-storefront.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cra2ycoder/nxt-storefront/issues"
},
"homepage": "https://github.com/cra2ycoder/nxt-storefront#readme"
}