-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "@deep-foundation/store",
"version": "0.0.30",
"license": "Unlicense",
"author": "Ivan S Glazunov <[email protected]>",
"homepage": "https://github.com/deep-foundation/store",
"repository": {
"type": "git",
"url": "ssh://[email protected]/deep-foundation/store.git"
},
"description": "",
"dependencies": {
"debug": "^4.1.1",
"lodash": "^4.17.19"
},
"scripts": {
"package:build": "npx tsc --project tsconfig.json",
"package:unbuild": "rm -f ./*.js; rm -f ./*.js.map; rm -f ./*.d.ts",
"package:publish": "npm run package:build; npm publish --access public; npm run package:unbuild"
},
"devDependencies": {
"@capacitor/cli": "^5.4.0",
"@types/next": "^9.0.0",
"@types/node": "^14.0.23",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"next": "^9.4.4",
"pre-commit": "^1.2.2",
"typescript": "^5.0.4"
},
"peerDependencies": {
"react-cookie": "^4.0.3",
"@capacitor/core": "^5.0.0",
"@capacitor/preferences": "^5.0.0",
"next": "*",
"react": "*",
"react-dom": "*",
"universal-cookie": "^4.0.3"
}
}