This commit is contained in:
2020-07-17 17:55:46 +02:00
commit 875cf06dd1
61 changed files with 6431 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "communitea",
"version": "0.1.0",
"dependencies": {
"@frctl/fractal": "^1.2.1",
"node-sass": "^4.13.1"
},
"scripts": {
"sass": "node-sass -w components/components.scss -o public/ --recursive",
"styleguide": "fractal start --sync",
"suite": "npm run sass & npm run styleguide"
}
}