-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.85 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
{
"name": "umarov.github.io",
"version": "1.0.0",
"description": "Personal Website",
"main": "index.js",
"scripts": {
"build": "webpack --mode development",
"watch": "webpack --watch --mode development",
"prod": "NODE_ENV=production webpack --mode production --config webpack.prod.js",
"start": "live-server",
"lint": "eslint --fix scripts/**/*",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umarov/umarov.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/umarov/umarov.github.io/issues"
},
"homepage": "https://github.com/umarov/umarov.github.io#readme",
"dependencies": {
"@material/button": "^6.0.0",
"@material/card": "^6.0.0",
"@material/list": "^6.0.0",
"@material/tab-bar": "^6.0.0",
"@material/top-app-bar": "^6.0.0",
"@material/typography": "^6.0.0",
"@types/material-components-web": "^1.0.0",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"css-loader": "^3.5.3",
"cssnano": "^4.1.10",
"eslint": "^7.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"extract-text-webpack-plugin": "^3.0.2",
"live-server": "^1.2.1",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^2.0.5",
"style-loader": "^1.2.1",
"ts-loader": "^6.2.2",
"tslint": "^5.20.1",
"typescript": "^3.9.3",
"typescript-lit-html-plugin": "^0.9.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
}
}