-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.81 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
{
"name": "meeting-planning-calendar",
"version": "1.0.0",
"description": "",
"homepage": "https://zzzhyrov.github.io/meeting-planning-calendar",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode production",
"dev": "cross-env NODE_ENV=development webpack --mode development",
"start": "cross-env NODE_ENV=development webpack serve --mode development",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint \"src/**/*.js\"",
"lint:fix": "eslint --fix \"src/**/*.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.0.0-beta1",
"dotenv": "^8.2.0",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/preset-env": "^7.12.11",
"@testing-library/jest-dom": "^5.11.9",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"file-loader": "^6.2.0",
"gh-pages": "^3.1.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.1",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"mini-css-extract-plugin": "^1.3.5",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"sass-loader": "^10.1.1",
"static-server": "^2.2.1",
"webpack": "^5.18.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}