-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.87 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
{
"name": "my_webpack",
"version": "1.0.0",
"homepage": "https://stepan10andreev.github.io/pomodoro-box",
"description": "",
"main": "index.js",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
"dev": "cross-env NODE_ENV=development webpack --config webpack.config.js",
"start": "cross-env NODE_ENV=development webpack serve",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./"
},
"author": "stepan10andreev@gmail.com",
"license": "ISC",
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/redux-persist": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"eslint": "^8.41.0",
"eslint-plugin-react": "^7.32.2",
"filemanager-webpack-plugin": "^8.0.0",
"gh-pages": "^5.0.0",
"html-webpack-plugin": "^5.5.1",
"image-minimizer-webpack-plugin": "^3.8.2",
"imagemin": "^8.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.1",
"mini-css-extract-plugin": "^2.7.5",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.1",
"chart.js": "^4.3.0",
"classnames": "^2.3.2",
"framer-motion": "^10.12.16",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.1",
"redux-persist": "^6.0.0",
"use-sound": "^4.0.1"
}
}