|
4 | 4 | "description": "Web app scaffold based on Webpack",
|
5 | 5 | "main": "lib/codearea.js",
|
6 | 6 | "scripts": {
|
7 |
| - "clean": "rm -rfv dist/*", |
8 |
| - "watch": "yarn html && webpack-dev-server --config webpack.dev.cirru", |
9 |
| - "release": "yarn clean && webpack --config webpack.release.cirru && yarn release-html", |
10 |
| - "html": "cirruscript template.cirru", |
11 |
| - "release-html": "env=release cirruscript template.cirru", |
12 |
| - "up": "yarn release && tiye-up", |
13 |
| - "compile": "coffee -o lib -bc src/", |
14 |
| - "test": "echo \"Error: no test specified\" && exit 1" |
| 7 | + "watch": "coffee -bcw -o lib src/*", |
| 8 | + "compile": "coffee -bc -o lib src/*", |
| 9 | + "release": "yarn compile && vite build --base=./" |
15 | 10 | },
|
16 | 11 | "author": "jiyinyiyong",
|
17 | 12 | "license": "MIT",
|
18 | 13 | "keywords": [
|
19 | 14 | "workflow"
|
20 | 15 | ],
|
21 | 16 | "devDependencies": {
|
22 |
| - "assets-webpack-plugin": "^3.9.12", |
23 |
| - "cirru-script": "0.6.2", |
24 |
| - "cirru-script-loader": "0.5.5", |
25 |
| - "coffee-loader": "^0.9.0", |
26 | 17 | "coffeescript": "^2.5.1",
|
27 |
| - "css-loader": "^3.5.3", |
28 |
| - "duplicate-package-checker-webpack-plugin": "^3.0.0", |
29 |
| - "file-loader": "^6.0.0", |
30 |
| - "hsl": "^0.1.1", |
31 |
| - "http-server": "^0.12.3", |
32 |
| - "json-loader": "^0.5.3", |
33 |
| - "stir-template": "^0.2.2", |
34 |
| - "style-loader": "^1.2.1", |
35 |
| - "url-loader": "^4.1.0", |
36 |
| - "webpack": "^4.43.0", |
37 |
| - "webpack-cli": "^3.3.11", |
38 |
| - "webpack-dev-server": "^3.11.0", |
39 |
| - "webpack-hud": "^0.1.2" |
| 18 | + "rollup-plugin-coffee-script": "^2.0.0", |
| 19 | + "vite": "^2.5.8", |
| 20 | + "vite-plugin-coffee": "^2.2.1" |
40 | 21 | },
|
41 | 22 | "dependencies": {},
|
42 | 23 | "repository": {
|
43 | 24 | "type": "git",
|
44 |
| - "url": "https://github.com/mvc-works/webpack-workflow.git" |
| 25 | + "url": "https://github.com/mvc-works/codearea.git" |
45 | 26 | },
|
46 | 27 | "bugs": {
|
47 |
| - "url": "https://github.com/mvc-works/webpack-workflow/issues" |
| 28 | + "url": "https://github.com/mvc-works/codearea/issues" |
48 | 29 | },
|
49 |
| - "homepage": "https://github.com/mvc-works/webpack-workflow" |
| 30 | + "homepage": "https://github.com/mvc-works/codearea" |
50 | 31 | }
|
0 commit comments