-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.33 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
42
43
44
45
46
{
"name": "ecommerce",
"version": "2.0.1",
"description": "\"About the fit\" - Ecommerce site with PHP and modern JavaScript",
"main": "index.js",
"scripts": {
"dev": "webpack --watch --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crjoseabraham/ecommerce-NoFramework.git"
},
"keywords": [
"ecommerce",
"php",
"php7",
"shoppingcart",
"mvc"
],
"author": "Jose Abraham Castillo",
"license": "ISC",
"bugs": {
"url": "https://github.com/crjoseabraham/ecommerce-NoFramework/issues"
},
"homepage": "https://github.com/crjoseabraham/ecommerce-NoFramework#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"autoprefixer": "^9.7.5",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"file-loader": "^6.0.0",
"image-webpack-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^7.0.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"babel-polyfill": "^6.26.0"
}
}