forked from Convicted202/PixelShape
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
149 lines (149 loc) · 4.96 KB
/
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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "pixelshapern",
"version": "2.0.15",
"private": false,
"description": "Android iOS Web pixel drawing editor APP and sub-app that comes in handy when creating pixel art images and gif animations",
"scripts": {
"rn": "adb reverse tcp:8081 tcp:8081; node node_modules/react-native/local-cli/cli.js start",
"rn-fresh": "adb reverse tcp:8081 tcp:8081; watchman watch-del-all; rm -rf /tmp/react-*; rm -rf /tmp/npm-*; rm -rf /tmp/haste-*; rm -rf /tmp/metro-*; node node_modules/react-native/local-cli/cli.js start --reset-cache",
"android": "node node_modules/react-native/local-cli/cli.js run-android --no-jetifier",
"fast-android": "cross-env ./android/gradlew installDebug --offline -x lint -x lintVitalRelease -p ./android/",
"fast-android-fresh": "./android/gradlew installDebug --rerun-tasks --offline -x lint -x lintVitalRelease -p ./android/",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"web": "cross-env PLATFORM_OS=web DISABLE_ESLINT_PLUGIN=true react-app-rewired start",
"web-fresh": "rm -fr node_modules/.cache/* && cross-env PLATFORM_OS=web DISABLE_ESLINT_PLUGIN=true react-app-rewired start",
"build-web": "cross-env PLATFORM_OS=web DISABLE_ESLINT_PLUGIN=true react-app-rewired build",
"build-web-PixelShapeRN": "cross-env PUBLIC_URL=/PixelShapeRN PLATFORM_OS=web DISABLE_ESLINT_PLUGIN=true react-app-rewired build",
"build-android": "cross-env ./android/gradlew assembleRelease --offline -x lint -x lintVitalRelease -p ./android/",
"bundle-android": "cross-env ./android/gradlew bundleRelease --offline -x lint -x lintVitalRelease -p ./android/",
"clean": "rimraf ./build",
"prestart": "npm run clean",
"start": "webpack-dev-server",
"prebuild": "npm run clean",
"lint": "eslint ./src",
"test-runner": "babel-node node_modules/blue-tape/bin/blue-tape -r ./test/requireHook.js test/**/*.spec.js",
"pretest": "npm run lint",
"test": "npm run test-runner",
"test-web": "cross-env PLATFORM_OS=web DISABLE_ESLINT_PLUGIN=true react-app-rewired test --env=jsdom",
"test:dev": "npm run test-runner | tap-spec || true",
"coverage": "cross-env NODE_ENV=test nyc tape -r ./test/requireHook.js -- test/**/*.spec.js | tap-spec",
"postcoverage": "nyc report --reporter=html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyskywhy/PixelShapeRN.git"
},
"bugs": {
"url": "https://github.com/flyskywhy/PixelShapeRN/issues"
},
"keywords": [
"8bit",
"app",
"android",
"artwork",
"canvas",
"drawing",
"editor",
"gif",
"ios",
"native",
"online",
"pixel",
"react",
"react-native",
"subapp",
"sub-app",
"sub-apps",
"web"
],
"author": [
{
"name": "Alexander Yanovych"
},
{
"name": "Li Zheng",
"email": "flyskywhy@gmail.com",
"url": "https://github.com/flyskywhy"
}
],
"funding": [
{
"type": "individual",
"url": "https://Alipay/flyskywhy@gmail.com"
},
{
"type": "individual",
"url": "https://EthAddress/0xd02fa2738dcbba988904b5a9ef123f7a957dbb3e"
}
],
"license": "MIT",
"dependencies": {
"es6-promise": "^4.1.0",
"expo-checkbox": "2.0.0",
"file-saver": "^1.3.2",
"gifenc": "1.0.3",
"hyperscript": "^2.0.2",
"jszip": "3.7.1",
"keyboardjs": "^2.3.3",
"modal-enhanced-react-native-web": "^0.2.0",
"pako": "^1.0.5",
"react-fast-compare": "^3.2.0",
"react-native-pixel-bmp": "1.0.3",
"react-native-web": "^0.17.5",
"react-redux": "7.2.1",
"redux": "3.7.2",
"redux-logger": "^2.10.2",
"redux-thunk": "^2.2.0",
"redux-undo": "^1.0.0-beta9-7",
"resize-image-data": "0.3.1"
},
"devDependencies": {
"@flyskywhy/react-native-gcanvas": "6.0.12",
"@react-native-community/eslint-config": "3.0.1",
"@react-native-community/slider": "4.2.0",
"blue-tape": "^1.0.0",
"classnames": "^2.2.5",
"coveralls": "^2.12.0",
"cross-env": "^2.0.1",
"eslint": "^7.8.1",
"File": "^0.10.2",
"filereader": "^0.10.3",
"nyc": "^10.1.2",
"open": "0.0.5",
"prettier": "2.1.1",
"process": "^0.11.10",
"react-app-rewired": "2.2.1",
"react-error-overlay": "6.0.9",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.2",
"react-native-blob-util": "0.16.3",
"react-native-fast-image": "8.5.11",
"react-native-system-file-browser": "1.1.0",
"react-refresh": "0.11.0",
"react-scripts": "5.0.0",
"react-test-renderer": "16.13.1",
"rimraf": "^2.5.4",
"sinon": "^1.17.6",
"stream-browserify": "^3.0.0",
"tap-spec": "^4.1.1",
"tiny-worker": "^2.0.3",
"typescript": "^4.6.2",
"w3c-blob": "0.0.1"
},
"jest": {
"preset": "react-native"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}