forked from yisar/smallapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 895 Bytes
/
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
{
"name": "fre-miniapp",
"version": "1.0.0",
"description": "fre miniapp",
"main": "index.js",
"devDependencies": {
"chokidar": "^3.5.1",
"commander": "^7.1.0",
"cross-fetch": "^3.0.6",
"ejs": "^3.1.6",
"esbuild": "^0.14.17",
"express": "^4.17.3",
"md5": "^2.3.0",
"nanoid": "^3.1.21",
"nodemon": "^2.0.6",
"ora": "^5.4.1",
"pnpm": "^6.32.9",
"postcss": "^8.2.2",
"postcss-selector-parser": "^6.0.4",
"prettier": "^2.2.1",
"serve": "^13.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "pnpm run debug --filter @fre-miniapp/compiler",
"start": "npm run build && npm run debug",
"build": "pnpm run build --filter @fre-miniapp/runtime",
"build:wxml":"cd ./packages/wxml && wasm-pack build --target nodejs "
},
"keywords": [],
"author": "",
"license": "ISC"
}