This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
90 lines (90 loc) · 2.57 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "@staart/ui",
"description": "Frontend Svelte app starter for SaaS startups",
"version": "3.0.2",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"start": "node __sapper__/build",
"test": "npm run test:check && npm run test:unit",
"test:check": "svelte-check --ignore src/node_modules/@sapper",
"test:unit": "jest src",
"test:watch": "npm run test -- --watch",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/staart/ui.git"
},
"keywords": [
"svelte",
"spaper",
"admin",
"saas",
"ui",
"typescript"
],
"author": "Anand Chowdhary <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/staart/ui/issues"
},
"homepage": "https://staart.js.org/ui",
"dependencies": {
"@koj/types": "^1.3.3",
"@tailwindcss/forms": "^0.2.1",
"compression": "^1.7.4",
"debounce": "^1.2.0",
"file-saver": "^2.0.5",
"heroicons": "^0.4.2",
"jwt-decode": "^3.1.2",
"localforage": "^1.9.0",
"polka": "next",
"sirv": "^1.0.10",
"tailwindcss": "^2.0.2",
"timeago.js": "^4.0.2",
"wildcard-match": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/runtime": "^7.12.5",
"@koj/config": "^1.2.11",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-typescript": "^8.1.0",
"@rollup/plugin-url": "^6.0.0",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/svelte": "^3.0.3",
"@tsconfig/svelte": "^1.0.10",
"@types/compression": "^1.7.0",
"@types/debounce": "^1.2.0",
"@types/file-saver": "^2.0.1",
"@types/jest": "^26.0.20",
"@types/mousetrap": "^1.6.5",
"@types/node": "^14.14.20",
"@types/polka": "^0.5.2",
"autoprefixer": "^10.2.1",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"mousetrap": "^1.6.5",
"postcss": "^8.2.4",
"rollup": "^2.36.1",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.2",
"sapper": "^0.28.10",
"svelte": "^3.31.2",
"svelte-chartjs": "^1.0.1",
"svelte-check": "^1.1.26",
"svelte-jester": "^1.3.0",
"svelte-preprocess": "^4.6.1",
"ts-jest": "^26.4.4",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
}
}