tsrntemp 1.1.1 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/template/.editorconfig +16 -0
- package/template/package.json +49 -49
- package/template.config.js +1 -1
package/package.json
CHANGED
@@ -0,0 +1,16 @@
|
|
1
|
+
# http://editorconfig.org
|
2
|
+
root = true
|
3
|
+
|
4
|
+
[*]
|
5
|
+
indent_style = space
|
6
|
+
indent_size = 2
|
7
|
+
end_of_line = lf
|
8
|
+
charset = utf-8
|
9
|
+
trim_trailing_whitespace = true
|
10
|
+
insert_final_newline = true
|
11
|
+
|
12
|
+
[*.md]
|
13
|
+
trim_trailing_whitespace = false
|
14
|
+
|
15
|
+
[Makefile]
|
16
|
+
indent_style = tab
|
package/template/package.json
CHANGED
@@ -1,49 +1,49 @@
|
|
1
|
-
{
|
2
|
-
"name": "template",
|
3
|
-
"version": "0.0.1",
|
4
|
-
"private": true,
|
5
|
-
"scripts": {
|
6
|
-
"android": "react-native run-android",
|
7
|
-
"ios": "react-native run-ios",
|
8
|
-
"lint": "eslint .",
|
9
|
-
"start": "react-native start",
|
10
|
-
"test": "jest"
|
11
|
-
},
|
12
|
-
"dependencies": {
|
13
|
-
"@react-native-async-storage/async-storage": "^1.17.11",
|
14
|
-
"@react-navigation/bottom-tabs": "^6.5.4",
|
15
|
-
"@react-navigation/native": "^6.1.3",
|
16
|
-
"@react-navigation/native-stack": "^6.9.9",
|
17
|
-
"react": "18.2.0",
|
18
|
-
"react-native": "0.71.1",
|
19
|
-
"react-native-safe-area-context": "^4.5.0",
|
20
|
-
"react-native-screens": "^3.19.0",
|
21
|
-
"react-native-size-matters": "^0.4.0",
|
22
|
-
"react-native-svg": "^13.7.0",
|
23
|
-
"umi-request": "^1.4.0"
|
24
|
-
},
|
25
|
-
"devDependencies": {
|
26
|
-
"@babel/core": "^7.20.0",
|
27
|
-
"@babel/plugin-proposal-decorators": "^7.20.13",
|
28
|
-
"@babel/preset-env": "^7.20.0",
|
29
|
-
"@babel/runtime": "^7.20.0",
|
30
|
-
"@react-native-community/eslint-config": "^3.0.0",
|
31
|
-
"@tsconfig/react-native": "^2.0.2",
|
32
|
-
"@types/jest": "^29.2.1",
|
33
|
-
"@types/react": "^18.0.24",
|
34
|
-
"@types/react-test-renderer": "^18.0.0",
|
35
|
-
"babel-jest": "^29.2.1",
|
36
|
-
"babel-plugin-module-resolver": "^5.0.0",
|
37
|
-
"babel-plugin-transform-remove-console": "^6.9.4",
|
38
|
-
"eslint": "^8.19.0",
|
39
|
-
"jest": "^29.2.1",
|
40
|
-
"metro-react-native-babel-preset": "0.73.7",
|
41
|
-
"prettier": "^2.4.1",
|
42
|
-
"react-native-iconfont-cli": "^2.2.4",
|
43
|
-
"react-test-renderer": "18.2.0",
|
44
|
-
"typescript": "4.8.4"
|
45
|
-
},
|
46
|
-
"jest": {
|
47
|
-
"preset": "react-native"
|
48
|
-
}
|
49
|
-
}
|
1
|
+
{
|
2
|
+
"name": "template",
|
3
|
+
"version": "0.0.1",
|
4
|
+
"private": true,
|
5
|
+
"scripts": {
|
6
|
+
"android": "react-native run-android",
|
7
|
+
"ios": "react-native run-ios",
|
8
|
+
"lint": "eslint .",
|
9
|
+
"start": "react-native start",
|
10
|
+
"test": "jest"
|
11
|
+
},
|
12
|
+
"dependencies": {
|
13
|
+
"@react-native-async-storage/async-storage": "^1.17.11",
|
14
|
+
"@react-navigation/bottom-tabs": "^6.5.4",
|
15
|
+
"@react-navigation/native": "^6.1.3",
|
16
|
+
"@react-navigation/native-stack": "^6.9.9",
|
17
|
+
"react": "18.2.0",
|
18
|
+
"react-native": "0.71.1",
|
19
|
+
"react-native-safe-area-context": "^4.5.0",
|
20
|
+
"react-native-screens": "^3.19.0",
|
21
|
+
"react-native-size-matters": "^0.4.0",
|
22
|
+
"react-native-svg": "^13.7.0",
|
23
|
+
"umi-request": "^1.4.0"
|
24
|
+
},
|
25
|
+
"devDependencies": {
|
26
|
+
"@babel/core": "^7.20.0",
|
27
|
+
"@babel/plugin-proposal-decorators": "^7.20.13",
|
28
|
+
"@babel/preset-env": "^7.20.0",
|
29
|
+
"@babel/runtime": "^7.20.0",
|
30
|
+
"@react-native-community/eslint-config": "^3.0.0",
|
31
|
+
"@tsconfig/react-native": "^2.0.2",
|
32
|
+
"@types/jest": "^29.2.1",
|
33
|
+
"@types/react": "^18.0.24",
|
34
|
+
"@types/react-test-renderer": "^18.0.0",
|
35
|
+
"babel-jest": "^29.2.1",
|
36
|
+
"babel-plugin-module-resolver": "^5.0.0",
|
37
|
+
"babel-plugin-transform-remove-console": "^6.9.4",
|
38
|
+
"eslint": "^8.19.0",
|
39
|
+
"jest": "^29.2.1",
|
40
|
+
"metro-react-native-babel-preset": "0.73.7",
|
41
|
+
"prettier": "^2.4.1",
|
42
|
+
"react-native-iconfont-cli": "^2.2.4",
|
43
|
+
"react-test-renderer": "18.2.0",
|
44
|
+
"typescript": "4.8.4"
|
45
|
+
},
|
46
|
+
"jest": {
|
47
|
+
"preset": "react-native"
|
48
|
+
}
|
49
|
+
}
|
package/template.config.js
CHANGED