forked from tarkant/personal-cv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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": "tarek-jellali-personal-cv",
"version": "1.1.1",
"description": "Show off your curriculum with a visually attractive commits tree.",
"scripts": {
"start": "webpack serve --progress --mode development --port 9090",
"build": "webpack --progress --mode production",
"lint": "eslint src/*.ts --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webpack",
"typescript",
"personal",
"sass",
"cv",
"curriculum",
"mobile-first",
"personal page",
"printable cv"
],
"author": "Tarek Jellali",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.3",
"eslint": "^7.22.0",
"html-webpack-plugin": "^5.3.1",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}