-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1021 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
37
38
{
"name": "loja-slime-frontend",
"version": "1.0.0",
"description": "An online store frontend mock application",
"scripts": {
"start": "webpack serve --open",
"build": "webpack",
"build-netlify": "node create-env.js && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kellina/loja-slime-front.git"
},
"author": "kellina@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/kellina/loja-slime-front/issues"
},
"homepage": "https://github.com/kellina/loja-slime-front#readme",
"devDependencies": {
"css-loader": "^5.0.1",
"dotenv-webpack": "^6.0.0",
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"prettier": "2.2.1",
"style-loader": "^2.0.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^3.11.1"
},
"dependencies": {
"axios": "^0.21.1",
"handlebars": "^4.7.6",
"uuid": "^8.3.2"
},
"keywords": []
}