-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "pixelhandler-com",
"version": "4.2.2",
"description": "Blog app for pixelhandler.dev",
"main": "main.js",
"scripts": {
"build": "webpack",
"start": "node main.js",
"test": "./node_modules/.bin/wdio wdio.conf.js",
"watch": "webpack --config webpack.config.js --progress --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pixelhandler/blog.git"
},
"keywords": [
"typescript",
"postcss",
"spa",
"blog"
],
"author": "Bill Heaton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pixelhandler/blog/issues"
},
"homepage": "https://pixelhandler.dev",
"devDependencies": {
"@types/blueimp-md5": "^2.18.0",
"@types/showdown": "^2.0.1",
"chai": "^4.3.7",
"css-loader": "^6.8.1",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"postcss": "^8.4.26",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-nested": "^6.0.1",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"uglify-js": "^3.17.4",
"uglifycss": "0.0.29",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}