-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.92 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "cloudy-nights",
"version": "1.0.1",
"description": "It's a cloudy night...",
"main": "app.ts",
"scripts": {
"dev": "NODE_ENV=development webpack --mode development -w",
"fix": "eslint --fix '**/*'",
"prod": "NODE_ENV=production webpack --mode production",
"start": "NODE_ENV=development ts-node-esm --experimental-specifier-resolution=node app.ts",
"test": "nodemon app.ts"
},
"dependencies": {
"airbnb-browser-shims": "^3.3.0",
"kaboom": "^2000.2.10",
"koa": "^2.14.1",
"koa-static": "^5.0.0",
"path": "^0.12.7",
"the-new-css-reset": "^1.8.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/koa": "^2.13.5",
"@types/koa-static": "^4.0.2",
"@types/node": "^18.11.18",
"@types/webpack": "^5.28.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"mikey-pro": "^6.3.0",
"nodemon": "^2.0.20",
"source-map-js": "^1.0.2",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"homepage": "https://github.com/chiefmikey/cloudy-nights#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/chiefmikey/cloudy-nights.git"
},
"bugs": {
"url": "https://github.com/chiefmikey/cloudy-nights/issues"
},
"license": "MIT",
"keywords": [
"cloudy-nights",
"cloudy",
"nights",
"tommyman",
"cloudyman",
"itsacloudynight"
],
"author": "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)",
"contributors": [
"Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)"
],
"prettier": "@mikey-pro/prettier-config",
"eslintConfig": {
"extends": "@mikey-pro/eslint-config"
},
"stylelint": {
"extends": "@mikey-pro/stylelint-config"
}
}