forked from htmlacademy-univer-js2/1903829-big-trip-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"name": "big-trip",
"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.17.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.7",
"babel-loader": "8.2.4",
"css-loader": "6.7.1",
"eslint": "8.12.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-htmlacademy": "5.0.0",
"eslint-plugin-import": "2.25.4",
"style-loader": "3.3.1",
"webpack": "5.72.1",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.4.0"
},
"engines": {
"node": "16"
},
"dependencies": {
"chart": "0.1.2",
"chart.js": "2.9.4",
"chartjs-plugin-datalabels": "^0.7.0",
"dayjs": "1.11.0",
"development": "0.0.6",
"flatpickr": "4.6.11",
"nanoid": "3.3.2",
"serve": "13.0.2"
}
}