This repository was archived by the owner on Apr 1, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.58 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.58 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
{
"name": "si-comments",
"version": "0.0.1",
"description": "RN App for Small Improvements Comments",
"author": "Lucas Arundell @ Small Improvements Software",
"license": "MIT",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"test": "node_modules/jest/bin/jest.js",
"lint": "eslint .",
"format": "npm run prettier-all -- --write",
"prettier-default": "prettier --single-quote --tab-width 4 --print-width 120 --trailing-comma es5",
"prettier-all": "npm run prettier-default -- '{*.js,!(node_modules)/**/!(*.min).js}'",
"watch": "esw . --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "^2.0.2",
"axios": "^0.16.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"eslint": "^4.4.1",
"expo": "^25.0.0",
"ladda-react": "0.2.9",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"prettier": "^1.7.4",
"prop-types": "^15.6.0",
"react": "16.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz",
"react-native-htmlview": "^0.12.0",
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"react-native-svg-image": "^2.0.1",
"react-navigation": "^1.0.0-beta.27",
"recompose": "^0.24.0",
"styled-components": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint-plugin-lodash": "^2.4.4",
"eslint-plugin-react": "^7.2.0",
"eslint-watch": "^3.1.2",
"jest-expo": "^25.0.0"
},
"repository": "git@github.com:SmallImprovements/si-comments.git"
}