forked from halfnelson/svelte-native-nativescript-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.79 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
{
"name": "@nativescript-community/svelte-native-nativescript-ui",
"version": "1.0.0",
"description": "Svelte Native support for Nativescript UI",
"repository": {
"type": "git",
"url": "git+https://github.com/nativescript-community/svelte-native-nativescript-ui.git"
},
"keywords": [
"sveltejs",
"nativescript",
"nativescript-ui",
"svelte-native"
],
"private": true,
"author": "David Pershouse",
"license": "MIT",
"bugs": {
"url": "https://github.com/nativescript-community/svelte-native-nativescript-ui/issues"
},
"homepage": "https://github.com/nativescript-community/svelte-native-nativescript-ui#readme",
"peerDependencies": {
"@nativescript/core": "~8.1.5",
"svelte-native": "~1.0.0"
},
"scripts": {
"clean": "npx rimraf ./dist/*",
"build": "npm run clean && rollup -c && node ./scripts/create-pkg.js",
"watch": "rollup -cw",
"deploy": "npm run build && cd dist && npm publish"
},
"devDependencies": {
"@nativescript/core": "~8.8.6",
"@nativescript/types": "~8.8.0",
"glob": "^7.1.3",
"nativescript-ui-autocomplete": "~15.2.3",
"nativescript-ui-calendar": "~15.2.3",
"nativescript-ui-chart": "~15.2.3",
"nativescript-ui-dataform": "~15.2.3",
"nativescript-ui-gauge": "~15.2.3",
"nativescript-ui-listview": "~15.2.3",
"nativescript-ui-sidedrawer": "~15.2.3",
"rimraf": "^2.6.3",
"rollup": "^2.26.10",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.27.2",
"svelte": "^3.44.0",
"svelte-native": "~1.0.0",
"typescript": "^4.4.4"
},
"packageManager": "[email protected]+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}