forked from ptsurko/paint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 994 Bytes
/
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
{
"name": "satori-paint",
"description": "Satori demo app showcasing a collaborative whiteboard. https://motion.satori.com",
"keywords": [
"Satori",
"demo",
"paint",
"whiteboard",
"pubsub"
],
"version": "0.1.0",
"homepage": "http://paint.satori.com",
"author": "Satori Worldwide, Inc.",
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
"canvas-prebuilt": "^1.6.5-prerelease.1",
"enzyme": "^2.8.2",
"react-scripts": "1.0.7",
"react-test-renderer": "^15.5.4"
},
"dependencies": {
"@satori-sdk/component-library": "^0.1.3",
"js-cookie": "^2.1.4",
"lscache": "^1.1.0",
"prop-types": "^15.5.8",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router-dom": "^4.1.1",
"satori-rtm-sdk": "^1.0.2",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}