-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 955 Bytes
/
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
{
"main": "app.js",
"description": "NativeScript IDE",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"scripts": {
"postinstall": "patch-package",
"lint": "tslint \"app/**/*.ts\""
},
"dependencies": {
"@nativescript/core": "^7.0.11",
"nativescript-syntax-highlighter": "file:../nativescript-syntax-highlighter/src",
"react": "^16.13.1",
"react-nativescript": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@nativescript/ios": "7.0.3",
"@nativescript/types": "7.0.1",
"@nativescript/webpack": "~3.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.0-beta.5",
"@types/react": "16.9.34",
"babel-loader": "8.0.6",
"copy-webpack-plugin": "4.6.0",
"fork-ts-checker-webpack-plugin": "^5.1.0",
"patch-package": "^6.2.2",
"react-refresh": "^0.8.3",
"typescript": "^3.9.5"
},
"readme": "NativeScript IDE"
}