platform/packages/theme/package.json

23 lines
530 B
JSON
Raw Normal View History

{
"name": "@anticrm/theme",
"version": "0.6.0",
"main": "src/index.ts",
"svelte": "src/index.ts",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "",
"lint": "ts-standard src",
"lint:fix": "ts-standard --fix src",
"format": "prettier --write 'src/**/*.{ts*,js*,yml}' && ts-standard --fix src"
},
"devDependencies": {
"svelte-loader":"^3.1.2",
"sass":"^1.37.5",
"svelte-preprocess":"^4.7.4"
},
"dependencies": {
"svelte": "^3.37.0"
}
}