-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.58 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "how-to-learn",
"version": "1.0.0",
"description": "A landing page about educational techniques and statistics in teaching.",
"private": "true",
"homepage": "https://sofi-bel.github.io/how-to-learn/",
"scripts": {
"start": "cross-env NODE_ENV=development webpack serve --mode development",
"dev": "cross-env NODE_ENV=development webpack --mode development",
"build": "cross-env NODE_ENV=production webpack --mode production",
"stylelint": "npx stylelint \"**/*.scss\"",
"lint": "npx eslint src/",
"deploy": "gh-pages -d dist",
"predeploy": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sofi-bel/how-to-learn.git"
},
"keywords": [
"HTML5",
"CSS3",
"Pug",
"SCSS",
"Flexbox",
"CSS grid",
"BEM",
"Adaptive web design",
"Responsive web design",
"Mobile first",
"Media queries",
"Web accessibility",
"Relative units",
"Semantic layout",
"Webpack"
],
"author": "Sofi Bel <s_bel3@icloud.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/sofi-bel/how-to-learn/issues"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@prettier/plugin-pug": "^3.0.0",
"ajv": "^8.16.0",
"ajv-keywords": "^5.1.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"gh-pages": "^6.1.1",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.14",
"prettier": "^3.3.2",
"pug": "^3.0.3",
"pug-loader": "^2.4.0",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"stylelint": "^15.11.0",
"stylelint-config-hudochenkov": "^9.0.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-high-performance-animation": "^1.10.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^4.1.0",
"stylelint-sass-render-errors": "^4.0.1",
"stylelint-scss": "^5.3.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-webmanifest-loader": "^2.0.2"
},
"dependencies": {
"@justinribeiro/lite-youtube": "^1.5.0",
"core-js": "^3.37.1",
"normalize.css": "^8.0.1"
}
}