generated from chialab/bedita-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.44 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
{
"name": "@chialab/chialab-sites",
"description": "Our own home. You are welcome.",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "rna serve",
"build": "NODE_ENV='production' rna build",
"lint": "prettier --check . && eslint . --cache && stylelint '**/*.css' --cache"
},
"keywords": [],
"author": "Chialab <[email protected]> (https://www.chialab.it)",
"license": "MIT",
"workspaces": [
"packages/*",
"plugins/*"
],
"dependencies": {
"@chialab/cells": "^1.2.0",
"@chialab/dna": "^4.0.0",
"@chialab/dna-backdrop": "^4.0.0-beta.0",
"@chialab/dna-button": "^4.0.0-beta.0",
"@chialab/dna-code": "^4.0.0-beta.0",
"@chialab/dna-i18n": "^4.0.0-beta.0",
"@chialab/dna-icons": "^4.0.0-beta.0",
"@chialab/dna-masonry": "^4.0.0-beta.0",
"@chialab/dna-qrcode": "^4.0.0-beta.0",
"@chialab/dna-slideshow": "^4.0.0-beta.0",
"@chialab/dna-theming": "^4.0.0-beta.0"
},
"devDependencies": {
"@chialab/eslint-config": "^4.1.0",
"@chialab/prettier-config": "^1.2.2",
"@chialab/rna": "^0.17.0",
"@chialab/rna-bundler": "^0.17.0",
"@chialab/rna-dev-server": "^0.17.0",
"@chialab/stylelint-config": "^4.0.0",
"@chialab/wds-plugin-hmr-dna": "^0.17.0",
"eslint": "^8.0.0",
"prettier": "^3.2.5",
"stylelint": "^16.0.0",
"typescript": "^5.0.0"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}