-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.56 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.56 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "@nativescript/webpack",
"version": "5.0.33-next.3",
"private": false,
"main": "dist/index.js",
"files": [
"dist"
],
"bin": {
"nativescript-webpack": "dist/bin/index.js"
},
"license": "Apache-2.0",
"scripts": {
"test": "jest",
"copy-stubs": "mkdirp dist/stubs && cp -R src/stubs/* dist/stubs"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "~0.6.1",
"@vue/compiler-sfc": "^3.5.17",
"acorn": "^8.0.0",
"acorn-stage3": "^4.0.0",
"ansi-colors": "^4.1.3",
"babel-loader": "^10.0.0",
"cli-highlight": "^2.0.0",
"commander": "^14.0.0",
"copy-webpack-plugin": "^13.0.0",
"css": "^3.0.0",
"css-loader": "^7.0.0",
"dotenv-webpack": "^8.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"loader-utils": "^2.0.0 || ^3.0.0",
"lodash.get": "^4.0.0",
"micromatch": "^4.0.0",
"postcss": "^8.0.0",
"postcss-import": "^16.0.0",
"postcss-loader": "^8.0.0",
"raw-loader": "^4.0.0",
"react-refresh": "~0.18.0",
"sass": "^1.0.0",
"sass-loader": "^16.0.0",
"sax": "^1.0.0",
"semver": "^7.0.0 || ^6.0.0",
"source-map": "^0.7.0",
"terser-webpack-plugin": "^5.0.0",
"ts-dedent": "^2.0.0",
"ts-loader": "^9.0.0",
"vue-loader": "^17.4.2",
"webpack": "^5.30.0 <= 5.50.0 || ^5.51.2",
"webpack-bundle-analyzer": "^4.0.0",
"webpack-chain": "^6.0.0",
"webpack-cli": "^6.0.0",
"webpack-merge": "^6.0.0",
"webpack-virtual-modules": "^0.4.0"
},
"devDependencies": {
"@angular/compiler-cli": "^20.0.0",
"@angular-devkit/build-angular": "^20.0.0",
"@babel/helpers": ">=7.26.10",
"@types/css": "0.0.38",
"@types/jest": "29.5.4",
"@types/loader-utils": "2.0.6",
"@types/lodash.get": "4.4.9",
"@types/micromatch": "4.0.9",
"@types/sax": "1.2.7",
"@types/terser-webpack-plugin": "5.2.0",
"@types/webpack-virtual-modules": "0.4.2",
"jest": "~29.7.0",
"jest-matcher-utils": "~29.7.0",
"nativescript-vue-template-compiler": "2.9.3",
"ts-jest": "29.4.5",
"typescript": "~5.8.0"
},
"peerDependencies": {
"nativescript-vue-template-compiler": "^2.8.1"
},
"peerDependenciesMeta": {
"nativescript-vue-template-compiler": {
"optional": true
}
},
"homepage": "https://docs.nativescript.org/configuration/webpack",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript"
},
"author": {
"name": "Igor Randjelovic",
"email": "rigor789@gmail.com"
},
"contributors": [
{
"name": "NativeScript",
"email": "oss@nativescript.org"
}
],
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"TypeScript",
"webpack"
]
}