-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 774 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 774 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
27
28
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"build": "react-scripts build",
"native": "exp start",
"web": "react-scripts start",
"sketch": "skpm-build --watch --run",
"test": "echo \"Info: no test specified\""
},
"dependencies": {
"exp": "^57.0.1",
"@skpm/builder": "0.5.15",
"expo": "^32.0.0",
"react": "16.8.3",
"react-dom": "^16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz",
"react-native-web": "^0.10.1",
"react-primitives": "^0.7.0",
"react-scripts": "2.1.2",
"react-sketchapp": "^2.0.0",
"react-test-renderer": "^16.8.3"
},
"skpm": {
"main": "basic-setup.sketchplugin",
"manifest": "manifest.sketch.json"
}
}