-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 932 Bytes
/
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
{
"name": "bigtrip",
"version": "1.0.0",
"private": true,
"homepage": "https://artytrik.github.io/Big-trip",
"description": "Личный проект «Большое путешествие» от HTML Academy",
"scripts": {
"eslint": "eslint src/**/*.js",
"test": "npm run eslint",
"build": "webpack",
"start": "webpack-dev-server --open",
"predeploy": "npm run build",
"deploy": "gh-pages -d public"
},
"devDependencies": {
"chart.js": "2.8.0",
"chartjs-plugin-datalabels": "0.7.0",
"css-loader": "3.2.0",
"eslint": "6.1.0",
"eslint-config-htmlacademy": "0.5.2",
"gh-pages": "3.1.0",
"moment-locales-webpack-plugin": "1.1.0",
"style-loader": "1.0.0",
"webpack": "4.39.1",
"webpack-cli": "3.3.6",
"webpack-dev-server": "^3.11.0"
},
"engines": {
"node": "10"
},
"dependencies": {
"flatpickr": "4.6.2",
"moment": "2.24.0"
}
}