Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/package.json')
-rw-r--r--exampleSite/package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/exampleSite/package.json b/exampleSite/package.json
new file mode 100644
index 0000000..1f01874
--- /dev/null
+++ b/exampleSite/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "demo_sada",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/darshanbaral/demo_sada.git"
+ },
+ "author": "",
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/darshanbaral/demo_sada/issues"
+ },
+ "homepage": "https://github.com/darshanbaral/demo_sada#readme",
+ "dependencies": {
+ "@tailwindcss/forms": "^0.3.2",
+ "@tailwindcss/typography": "^0.4.0",
+ "autoprefixer": "^10.2.5",
+ "postcss": "^8.2.12",
+ "postcss-cli": "^8.3.1",
+ "tailwindcss": "^2.1.1"
+ }
+}