-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "universal-render",
"version": "1.0.0",
"description": "",
"main": "universal-render.sketchplugin",
"manifest": "src/manifest.json",
"scripts": {
"build": "skpm build",
"watch": "skpm build --watch",
"render": "skpm build --watch --run",
"render:once": "skpm build --run",
"web": "nwb react run src/index.web.js",
"link-plugin": "skpm link",
"native": "node node_modules/react-native/local-cli/cli.js start"
},
"author": "Jon Gold <[email protected]>",
"license": "MIT",
"devDependencies": {
"skpm": "^0.9.0"
},
"dependencies": {
"nwb": "^0.16.3",
"prop-types": "^15.5.8",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-native": "^0.42.3",
"react-primitives": "^0.4.3",
"react-primitives-google-static-map": "^1.0.1",
"react-sketchapp": "^0.12.1",
"react-test-renderer": "^15.4.2",
"grunt": "^0.4.0",
"grunt-svgmin": "^4.0.0",
"grunt-svgstore": "^1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-convert-svg-to-png": "^1.1.0",
"grunt-filenames-to-json": "^0.1.3",
"gm": "^1.23.0",
"raw-loader": "^0.5.1",
"feather-icons": "*"
}
}