-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "cinemaddict",
"version": "16.0.0",
"private": true,
"description": "Проект «Киноман» от HTML Academy",
"scripts": {
"eslint": "eslint src/",
"test": "npm run eslint",
"build": "webpack --mode development",
"start": "webpack serve --mode development --open"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/eslint-parser": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.0",
"@babel/plugin-proposal-optional-chaining": "7.16.0",
"babel-loader": "8.2.3",
"css-loader": "6.5.1",
"eslint": "7.32.0",
"eslint-config-htmlacademy": "5.0.0",
"nanoid": "3.1.30",
"style-loader": "3.3.1",
"webpack": "5.62.1",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.4.0"
},
"engines": {
"node": "16"
},
"dependencies": {
"chart.js": "2.9.4",
"chartjs-plugin-datalabels": "0.7.0",
"dayjs": "1.10.7",
"flatpickr": "4.6.9",
"he": "1.2.0"
}
}