-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 918 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
{
"name": "@jankx/ecommerce",
"version": "1.0.0",
"description": "Jankx Assets is used to manage CSS, JS, libraries with beautiful syntax.",
"main": "js/index.js",
"scripts": {
"build": "run-p build:*",
"build:dev": "webpack",
"build:production": "cross-env NODE_ENV=production webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jankx/ecommerce.git"
},
"keywords": [
"assets",
"css",
"js"
],
"author": "Jankx Team <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jankx/ecommerce/issues"
},
"homepage": "https://github.com/jankx/ecommerce#readme",
"devDependencies": {
"cross-env": "^7.0.2",
"file-loader": "^6.1.0",
"npm-run-all": "^4.1.5",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"webpack": "^5.76.0",
"webpack-cli": "^5.1.4"
}
}