-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 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
{
"name": "dry-python.org",
"author": "Artem Malyshev",
"private": true,
"dependencies": {
"highlight.js": "^10.1.1",
"reveal.js": "^3.9.2"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.21.2",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"pug": "^2.0.4",
"pug-lint": "^2.6.0",
"pug-loader": "^2.4.0",
"remark-cli": "*",
"remark-lint": "*",
"remark-preset-lint-recommended": "*",
"stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2",
"typescript": "^3.9.5",
"typescript-language-server": "^0.4.0",
"vscode-css-languageserver-bin": "^1.4.0",
"vscode-html-languageserver-bin": "^1.4.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}