|
1 | 1 | {
|
2 | 2 | "name": "getup",
|
3 |
| - "version": "9.0.3", |
| 3 | + "version": "10.0.0", |
4 | 4 | "description": "Frontend boilerplate",
|
5 | 5 | "author": "nibushibu",
|
6 | 6 | "scripts": {
|
7 | 7 | "build": "cross-env NODE_ENV=production run-s html css-build js-build",
|
8 |
| - "css-build": "postcss src/css/main.css --env production --config postcss.config.js --output dist/css/main.css --no-map", |
9 |
| - "css-develop": "postcss src/css/main.css --config postcss.config.js --output dist/css/main.css --map", |
| 8 | + "css-build": "postcss src/css/main.css --env production --config postcss.config.js --output public/css/main.css --no-map", |
| 9 | + "css-develop": "postcss src/css/main.css --config postcss.config.js --output public/css/main.css --map", |
10 | 10 | "css": "npm run css-develop",
|
11 |
| - "html-format": "prettier 'dist/**/*.html' --ignore-path --write", |
| 11 | + "html-format": "prettier 'public/**/*.html' --ignore-path --write", |
12 | 12 | "html-from-riot": "node --loader @riotjs/register scripts/html.mjs",
|
13 | 13 | "html": "run-s html-from-riot html-format",
|
14 |
| - "js-build": "esbuild src/js/main.js --bundle --minify --outfile=dist/js/main.js", |
15 |
| - "js": "esbuild src/js/main.js --bundle --sourcemap --outfile=dist/js/main.js", |
16 |
| - "preview": "npx http-server dist -o / -c-1", |
| 14 | + "js-build": "esbuild src/js/main.js --bundle --minify --outfile=public/js/main.js", |
| 15 | + "js": "esbuild src/js/main.js --bundle --sourcemap --outfile=public/js/main.js", |
| 16 | + "preview": "npx http-server public -o / -c-1 -d false --silent", |
17 | 17 | "riot-single": "riot --output src/js/components --sourcemap file",
|
18 | 18 | "riot": "riot src/riot --output src/js/components --sourcemap file",
|
19 | 19 | "ready": "run-s html riot js css",
|
|
25 | 25 | "watch": "run-p watch:* preview"
|
26 | 26 | },
|
27 | 27 | "dependencies": {
|
28 |
| - "@fontsource/noto-sans-jp": "^5.0.10", |
29 |
| - "animejs": "^3.2.1", |
30 |
| - "open-props": "^1.5.15", |
31 |
| - "riot": "^9.0.4" |
| 28 | + "@fontsource/noto-sans-jp": "^5.0.17", |
| 29 | + "animejs": "^3.2.2", |
| 30 | + "open-props": "^1.6.16", |
| 31 | + "riot": "^9.1.2" |
32 | 32 | },
|
33 | 33 | "repository": {
|
34 | 34 | "type": "git",
|
|
44 | 44 | "@riotjs/register": "^9.0.0",
|
45 | 45 | "@riotjs/ssr": "^9.0.0",
|
46 | 46 | "cross-env": "^7.0.3",
|
47 |
| - "esbuild": "^0.19.2", |
48 |
| - "eslint": "^8.48.0", |
49 |
| - "eslint-config-prettier": "^9.0.0", |
50 |
| - "glob": "^10.3.4", |
51 |
| - "markuplint": "^3.12.0", |
| 47 | + "esbuild": "^0.19.9", |
| 48 | + "eslint": "^8.55.0", |
| 49 | + "eslint-config-prettier": "^9.1.0", |
| 50 | + "glob": "^10.3.10", |
| 51 | + "markuplint": "^3.15.0", |
52 | 52 | "mkdirp": "^3.0.1",
|
53 | 53 | "npm-run-all": "^4.1.5",
|
54 | 54 | "onchange": "^7.1.0",
|
55 |
| - "postcss": "^8.4.29", |
56 |
| - "postcss-cli": "^10.1.0", |
| 55 | + "postcss": "^8.4.32", |
| 56 | + "postcss-cli": "^11.0.0", |
57 | 57 | "postcss-csso": "^6.0.1",
|
58 |
| - "postcss-custom-media": "^10.0.0", |
| 58 | + "postcss-custom-media": "^10.0.2", |
59 | 59 | "postcss-flexbugs-fixes": "^5.0.2",
|
60 | 60 | "postcss-import": "^15.1.0",
|
61 | 61 | "postcss-media-minmax": "^5.0.0",
|
62 | 62 | "postcss-normalize-charset": "^6.0.0",
|
63 |
| - "postcss-preset-env": "^9.1.3", |
64 |
| - "prettier": "^3.0.3", |
65 |
| - "prettier-plugin-css-order": "^2.0.0" |
| 63 | + "postcss-preset-env": "^9.3.0", |
| 64 | + "prettier": "^3.1.1", |
| 65 | + "prettier-plugin-css-order": "^2.0.1" |
66 | 66 | }
|
67 | 67 | }
|
0 commit comments