-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.37 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
42
43
44
45
46
47
48
49
50
51
{
"name": "walky",
"version": "1.0.0",
"description": "walk and collage",
"main": "index.js",
"dependencies": {
"@graph-ts/vector2": "^1.3.0",
"@stytch/stytch-react": "^3.0.7",
"@types/classnames": "^2.3.1",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/uuid": "^8.3.0",
"assets": "^3.0.1",
"browser-image-resizer": "github:ericnograles/browser-image-resizer",
"classnames": "^2.2.6",
"jotai": "^1.6.1",
"morphdom": "^2.6.1",
"parcel": "^1.12.4",
"query-string": "^7.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^6.3.0",
"seedrandom": "^3.0.5",
"xml2js": "^0.4.23",
"y-websocket": "^1.4.0",
"yjs": "^13.5.31"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"parcel-bundler": "^1.12.4",
"typescript": "^3.8.2"
},
"scripts": {
"start": "parcel develop index.html",
"build": "parcel build index.html -d docs ",
"watch": "parcel watch index.html -d docs "
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxBittker/walky.git"
},
"author": "",
"license": "ISC",
"bugs": {}
}