-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.6 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
{
"name": "ussd-directory",
"version": "1.0.0",
"description": "USSD directory website",
"main": "index.js",
"repository": "[email protected]:UseHover/ussd-directory.git",
"author": "Hover Engineering",
"license": "MIT",
"private": true,
"scripts": {
"build": "webpack --mode production",
"watch": "webpack watch --mode development",
"lint:fix": "yarn run eslint packs/ --fix",
"format": "yarn run prettier --write './packs/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-stage-0": "^7.8.3",
"axios": "^0.27.2",
"babel-loader": "^8.2.5",
"dotenv": "^16.0.1",
"dotenv-webpack": "^8.0.0",
"eslint": "8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest-dom": "^4.0.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-testing-library": "^5.0.5",
"md5": "^2.3.0",
"prettier": "^2.5.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-addons-update": "^15.6.3",
"react-dom": "^18.2.0",
"react-query": "^4.0.0",
"react-router-dom": "^6.3.0",
"standard": "^16.0.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"yaml-loader": "^0.8.0"
}
}