-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "e-commerce-frontend",
"version": "1.0.0",
"description": "A Simple E-commerce build on Django 4, Solid js, and TailWind! .",
"main": "apps/www/src/main.tsx",
"directories": {},
"scripts": {
"dev": "npm run dev --prefix=apps/www",
"i": "npm install && npm install --prefix=apps/www",
"production": "npm run production --prefix=apps/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arvind-4/E-Commerce.git"
},
"keywords": [
"django",
"tailwind",
"solidjs",
"ecommerce",
"django4",
"django4.0",
"Solid-app-router",
"solid-tailwind"
],
"author": "Arvind",
"displayName": "E-Commerce",
"license": "MIT",
"bugs": {
"url": "https://github.com/Arvind-4/E-Commerce/issues"
},
"homepage": "https://github.com/Arvind-4/E-Commerce#readme",
"devDependencies": {
"concurrently": "^7.1.0",
"copyfiles": "^2.0.0",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"renamer": "^0.7.0",
"rimraf": "^3.0.2"
}
}