-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
78 lines (78 loc) · 2.38 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "fundmylaptop-frontend",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/HNGi7-Team-Falcon/fundmylaptop-frontend.git"
},
"author": "Samuel Onyijne <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=12.13"
},
"scripts": {
"start:test": "jest",
"start:dev": "webpack-dev-server --open --config webpack/webpack.config.dev.js",
"start": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js --colors"
},
"private": false,
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.2",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-prettier-standard": "^3.0.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"extract-loader": "^5.1.0",
"favicons-webpack-plugin": "^3.0.1",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-harddisk-plugin": "^1.0.2",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.0.1",
"jsxobj": "^1.1.0",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.9.0",
"navigo": "^7.1.2",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"prettier-config-standard": "^1.0.1",
"prettier-standard": "^16.3.0",
"sass-loader": "^8.0.2",
"standard": "^14.3.4",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"webpack-nomodule-plugin": "^1.0.1"
},
"dependencies": {
"@babel/polyfill": "7.10.1",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"core-js": "^3.6.5",
"fontawesome": "^5.6.3",
"jquery": "^3.5.1",
"lodash": "^4.17.15",
"moment": "^2.27.0",
"popper.js": "^1.16.1"
}
}