-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "shopeasy",
"description": "E-Commerce solution",
"directories": {
"lib": "./lib",
"pages": "./pages",
"components": "./components",
"doc": "./doc"
},
"version": "0.2.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@nano-sql/core": "^2.3.7",
"@reduxjs/toolkit": "^1.9.5",
"next": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0"
},
"license": "Apache 2",
"author": {
"name": "Israel Antonio Rosales Laguan",
"email": "contact@israellaguan.com",
"url": "http://israellaguan.com",
"GitHub": "https://github.com/Israel-Laguan",
"LinkedIn": "https://www.linkedin.com/in/israellaguan/",
"hireable": true
},
"contributors": [
{
"name": "Michgolden Ukeje",
"email": "ukejemichgolden@yahoo.com",
"url": "http://michgolden.netlify.com/",
"GitHub": "https://github.com/mikenath223",
"LinkedIn": "https://www.linkedin.com/in/michgoldenukeje/",
"hireable": true
}
]
}