-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.33 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
{
"name": "@pureadmin/theme",
"version": "3.3.0",
"description": "pure admin theme plugin for vite",
"keywords": [
"@pureadmin/theme",
"vue-pure-admin",
"pure-admin-thin",
"vite"
],
"license": "MIT",
"author": "xiaoxian521",
"homepage": "https://github.com/pure-admin/pure-admin-theme",
"bugs": "https://github.com/pure-admin/pure-admin-theme/issues",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "npm run build -- -w",
"build": "rm -rf dist && cross-env NODE_ENV=production babel src -d dist --ignore 'src/browser-utils.js','src/toBrowerEnvs.js' --copy-files",
"pub": "pub"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/pure-admin/pure-admin-theme"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@pureadmin/theme-utils": "^0.1.0",
"fs-extra": "^11.1.1",
"string-hash": "^1.1.3"
},
"devDependencies": {
"@babel/cli": "8.0.0-alpha.4",
"@babel/core": "8.0.0-alpha.4",
"@babel/preset-env": "8.0.0-alpha.4",
"@pureadmin/release": "^1.0.0",
"cross-env": "^7.0.3",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"vite": "^4.3.9"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack"
]
}
}
}