generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.7 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "case-dashboard",
"version": "1.0.0",
"description": "![](https://img.shields.io/badge/Microverse-blueviolet)",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"style": "npx stylelint \"**/*.{css,scss}\" --fix",
"start": "webpack serve --open",
"hint": "npx hint .",
"lint": "npx eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matovu-farid/case-dashboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/matovu-farid/case-dashboard/issues"
},
"homepage": "https://github.com/matovu-farid/case-dashboard#readme",
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-node-resolve": "^13.1.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.4",
"hint": "^6.1.3",
"html-webpack-plugin": "^5.5.0",
"rollup": "^2.63.0",
"style-loader": "^3.3.1",
"stylelint": "^14.2.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-csstree-validator": "^2.0.0",
"stylelint-scss": "^4.1.0",
"ts-loader": "^9.2.6",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
},
"dependencies": {
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"core-js": "^3.20.3",
"firebase": "^9.6.4",
"geofire-common": "^5.2.0",
"geofirex-af": "^0.1.0",
"html-webpack-plugin": "^5.5.0",
"regenerator-runtime": "^0.13.9"
}
}