-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.71 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
{
"name": "svag-storik",
"version": "0.1.8",
"homepage": "https://github.com/svagcrew/svag-storik",
"repository": {
"type": "git",
"url": "git+https://github.com/svagcrew/svag-storik.git"
},
"bugs": {
"url": "https://github.com/svagcrew/svag-storik/issues"
},
"author": {
"name": "Sergei Dmitriev",
"url": "https://sergei.svag.group"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"./src/**/*",
"./dist/**/*"
],
"scripts": {
"types": "svag-ts types",
"build": "svag-ts build",
"dev": "svag-ts dev",
"lint": "svag-lint lint",
"prepare": "husky",
"prettify": "svag-prettier prettify",
"start": "svag-ts start",
"test": "svag-jest test",
"watch": "svag-ts watch"
},
"peerDependencies": {
"@nanostores/react": "^0.7.2"
},
"dependencies": {
"@nanostores/persistent": "^0.10.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"nanostores": "^0.10.3"
},
"devDependencies": {
"@nanostores/react": "^0.7.2",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.4",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "^9.3.0",
"express": "^4.19.2",
"husky": "^9.0.11",
"jest": "30.0.0-alpha.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"svag-husky": "^0.1.49",
"svag-jest": "^0.1.39",
"svag-lint": "^0.1.72",
"svag-prettier": "^0.1.63",
"svag-ts": "^0.1.68",
"ts-jest": "^29.1.3",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.5",
"zod": "^3.23.8"
},
"libalibe": {
"projectPackages": [
"@nanostores/react"
]
}
}