-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 898 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
{
"name": "fatura2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --config webpack.dev.js",
"api": "json-server ./src/api/index.json",
"build": "webpack --mode production --config webpack.prod.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"json-server": "^0.15.1",
"webpack-encoding-plugin": "^0.3.1"
},
"devDependencies": {
"css-hot-loader": "^1.4.4",
"css-loader": "^3.2.0",
"eslint-plugin-react": "^7.15.1",
"expose-loader": "^0.7.5",
"file-loader": "^4.2.0",
"jquery": "^3.4.1",
"style-loader": "^1.0.0",
"uglify-es-webpack-plugin": "^0.10.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.1",
"webpack-jquery-ui": "^2.0.1"
}
}