forked from chrisyqw/react-native-paint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 732 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 732 Bytes
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
{
"name": "rmotr-paint",
"version": "0.0.0",
"description": "Minimal implementation of a 'Paint' application using React Native and Exponent",
"author": "rmotr.com",
"private": false,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"expo": "^30.0.1",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native-svg": "^9.0.3",
"@expo/vector-icons": "^9.0.0"
},
"devDependencies": {
"eslint": "^3.10.2",
"eslint-config-rmotr": "0.0.5",
"eslint-plugin-react": "^6.7.1"
}
}