-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1020 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
36
37
38
{
"name": "faultier-cv",
"version": "1.0.0",
"description": "![](media/logo.png)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/i5heu/Faultier-CV.git"
},
"author": "",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/i5heu/Faultier-CV/issues"
},
"homepage": "https://github.com/i5heu/Faultier-CV#readme",
"dependencies": {
"@types/marked": "^4.0.7",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"markdown-it": "^13.0.1",
"marked": "^4.1.1",
"monaco-editor": "^0.34.1",
"monaco-editor-webpack-plugin": "^7.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.74.0"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}