naive-ui/themes/tusimple/package.json

18 lines
309 B
JSON
Raw Normal View History

2021-02-10 13:30:33 +08:00
{
2021-02-10 20:35:50 +08:00
"name": "@naive-ui/tusimple-theme",
"main": "lib/index.js",
"module": "es/index.js",
2021-04-19 01:36:49 +08:00
"version": "0.1.5",
"peerDependencies": {
2021-04-19 01:36:49 +08:00
"naive-ui": "^2.6.0"
},
2021-02-10 20:35:50 +08:00
"author": "07akioni",
"license": "MIT",
2021-02-14 17:10:10 +08:00
"files": [
"es",
"lib"
],
2021-02-10 20:35:50 +08:00
"publishConfig": {
"registry": "***REMOVED***"
}
2021-02-10 13:30:33 +08:00
}