-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.88 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
{
"name": "vue-mini-tailwindcss-template",
"version": "1.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@9.14.4",
"engines": {
"node": ">=18.19.1 <19 || >=20.6.1"
},
"scripts": {
"format": "prettier --write \"**/*.{js,cjs,ts,json,css,html,md}\"",
"lint:script": "eslint .",
"lint:style": "stylelint \"src/**/*.css\"",
"type-check": "tsc",
"dev": "cross-env NODE_ENV=development node build.js",
"build": "cross-env NODE_ENV=production node build.js",
"postinstall": "weapp-tw patch"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@vue-mini/core": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@babel/traverse": "^7.25.9",
"@babel/types": "^7.26.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.20",
"babel-plugin-autocomplete-index": "^0.2.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"chokidar": "^4.0.1",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"fs-extra": "^11.2.0",
"globals": "^15.12.0",
"kolorist": "^1.8.0",
"local-pkg": "^0.5.0",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"postcss-pxtorpx-pro": "^2.0.0",
"prettier": "^3.3.3",
"rollup": "^4.25.0",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "^3.4.16",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"weapp-tailwindcss": "^3.7.0"
},
"browserslist": [
"iOS >= 10",
"Chrome >= 63"
]
}