-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 866 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 866 Bytes
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
{
"name": "Kratos",
"main": "app/app.ts",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack serve"
},
"dependencies": {
"@nativescript/core": "~8.9.9",
"@nativescript/theme": "~3.1.0",
"svelte-native": "~1.0.29",
"tns-core-modules": "^6.5.27"
},
"devDependencies": {
"@nativescript/android": "^8.9",
"@nativescript/preview-cli": "1.0.14",
"@nativescript/types": "~8.9.1",
"@nativescript/webpack": "~5.0.24",
"nativescript-dev-typescript": "^0.10.0",
"svelte": "~5.43.3",
"svelte-check": "^4.3.3",
"svelte-loader": "^3.2.4",
"svelte-native-preprocessor": "^1.0.0",
"svelte-preprocess": "^6.0.3",
"ts-loader": "^9.5.4",
"typescript": "~5.9.3",
"webpack": "^5.102.1",
"webpack-dev-server": "^5.2.2"
}
}