-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "joe-cv",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"deploy": "gh-pages -d dist",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "npx webpack serve"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.15.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.5.1",
"eslint": "^8.36.0",
"eslint-webpack-plugin": "^4.0.0",
"favicons": "^7.1.2",
"favicons-webpack-plugin": "^6.0.0",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.7.3"
},
"homepage": "https://jfitzsimmons.github.io/joe",
"dependencies": {
"gh-pages": "^5.0.0",
"pixi.js": "^6.2.2"
}
}