-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.61 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.61 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
{
"name": "react-native-web-nami-sdk",
"version": "0.0.1alpha0.0.5",
"main": "dist/index.ts",
"repository": "https://github.com/namiml/react-native-web-nami-sdk",
"author": "bataevvlad <bataevvlad@gmail.com>",
"license": "MIT",
"files": [
"src",
"dist/",
"CHANGELOG.md",
"README.md"
],
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --watch --mode production",
"clean:all": "cd examples/expo-basic && rm -rf node_modules yarn.lock && cd ../.. && rm -rf node_modules yarn.lock",
"rebuild:all": "yarn install && yarn build && cd examples/expo-basic && yarn install",
"clean:rebuild": "yarn clean:all && yarn rebuild:all",
"run:expo-basic": "cd examples/expo-basic && yarn web",
"lint": "eslint ./src/**/*.{ts,tsx}"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"react-nami": "file:/Users/vladbataev/WebstormProjects/nami/react-nami/react-nami-0.0.2alpha0.4.9.0.tgz",
"@ant-design/icons": "^4.7.0",
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@callstack/eslint-config": "^13.0.2",
"@react-native-community/eslint-config": "^3.2.0",
"@reduxjs/toolkit": "^1.9.5",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-native": "^0.72.2",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.41.0",
"antd": "^4.22.7",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-react-native-web": "^0.19.7",
"babel-plugin-styled-components": "^2.1.4",
"css-loader": "^6.8.1",
"eslint": "^8.46.0",
"eslint-import-resolver-webpack": "^0.13.5",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-local-rules": "^1.3.2",
"mobx": "^6.10.0",
"mobx-react": "^9.0.0",
"mobx-utils": "^6.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-native": "^0.72.4",
"react-native-markdown-package": "^1.8.2",
"react-native-web": "^0.19.7",
"react-spring-bottom-sheet": "^3.4.1",
"react-svg": "^16.1.29",
"react-transition-group": "^4.4.5",
"redux": "^4.2.1",
"rollup-plugin-postcss": "^4.0.2",
"style-loader": "^3.3.3",
"styled-components": "^5.3.11",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}