forked from braebo/fractils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.54 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.54 KB
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
{
"name": "fractils",
"description": "some stuff I often use",
"version": "1.0.16",
"author": "Braden Wiggins",
"license": "MIT",
"type": "module",
"module": "package/index.js",
"keywords": [
"fractils",
"utils"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fractalhq/fractils.git"
},
"bugs": {
"url": "https://github.com/fractalhq/fractils/issues"
},
"homepage": "https://github.com/fractalhq/fractils#readme",
"scripts": {
"dev": "svelte-kit dev",
"debug": "NODE_OPTIONS=\"--inspect\" svelte-kit dev",
"build": "rm -rf build && svelte-kit build",
"package": "svelte-kit package",
"release": "cd ./package && pnpm publish --tag latest --access public --report-summary",
"preview": "svelte-kit preview"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^1.0.0-next.32",
"@sveltejs/kit": "next",
"@types/node": "^15.14.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^8.5.0",
"fractils": "^1.0.15",
"greset": "^1.0.0",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prismjs": "^1.25.0",
"pug": "^3.0.2",
"sass": "^1.45.1",
"stylelint": "^13.13.1",
"stylelint-config-concentric-order": "^4.0.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-order": "^4.1.0",
"stylelint-prettier": "^1.2.0",
"svelte": "^3.44.3",
"svelte-check": "^2.2.11",
"svelte-preprocess": "^4.10.1",
"svelte2tsx": "^0.4.12",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
}
}