-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
60 lines (60 loc) · 1.69 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
{
"name": "@nativescript/theme",
"version": "2.2.0",
"description": "Telerik NativeScript Core Theme",
"author": "Telerik <[email protected]>",
"homepage": "https://www.nativescript.org",
"license": "Apache-2.0",
"main": "index",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/theme"
},
"nativescript": {
"id": "org.nativescript.theme",
"tns-ios": {
"version": "6.2.0-rc-2019-10-21-153440-02"
},
"tns-android": {
"version": "6.2.0-rc-2019-10-23-094316-01"
}
},
"dependencies": {
"@nativescript/core": "rc",
"@nativescript/theme": "./src",
"bootstrap": "4.3.1",
"nativescript-picker": "2.1.2",
"nativescript-datetimepicker": "1.2.1",
"nativescript-themes": "2.0.1",
"nativescript-ui-autocomplete": "5.1.1",
"nativescript-ui-sidedrawer": "7.0.3",
"nativescript-ui-dataform": "5.1.1",
"nativescript-ui-listview": "7.1.0",
"tns-core-modules": "rc"
},
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/plugin-transform-modules-commonjs": "7.6.0",
"babel-eslint": "10.0.3",
"cache-loader": "4.1.0",
"eslint": "6.4.0",
"glob": "7.1.4",
"lazy": "1.0.11",
"nativescript-dev-webpack": "rc",
"resolve-url-loader": "3.1.0",
"sass": "1.23.0",
"sass-lint": "1.13.1",
"sass-loader": "8.0.0",
"speed-measure-webpack-plugin": "1.3.1",
"webpack": "4.40.2",
"webpack-bundle-analyzer": "3.5.0",
"webpack-cli": "3.3.9",
"webpack-sources": "1.4.3"
},
"scripts": {
"eslint": "node_modules/.bin/eslint .",
"builder": "node scripts/builder.js",
"lint": "eslint \"app/**/*.js\" \"src/**/*.js\""
}
}