-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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
{
"name": "mercado",
"version": "2.0.0",
"description": "[![Build Status](https://travis-ci.org/Automattic/_s.svg?branch=master)](https://travis-ci.org/Automattic/_s)",
"main": "index.js",
"devDependencies": {
"assets-webpack-plugin": "^3.9.10",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.6.1",
"browser-sync-webpack-plugin": "^2.0.1",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.77.1",
"sass-loader": "^8.0.2",
"style-loader": "^0.20.2",
"url-loader": "^1.0.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode=development",
"build": "NODE_ENV=production webpack --mode=production",
"watch": "NODE_ENV=development webpack --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"browser-sync": "^2.29.3",
"svg-loader": "0.0.2",
"svg-url-loader": "^2.3.3"
}
}