-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
59 lines (59 loc) · 1.53 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
52
53
54
55
56
57
58
59
{
"name": "ayanarra2",
"version": "1.0.0",
"main": "index.js",
"license": "GPL-3.0-only",
"scripts": {
"start": "parcel src/index.html",
"start-search": "parcel src/search.html",
"test": "jest --watch",
"sandbox": "parcel src/sandbox.html",
"build": "./build.sh",
"format": "standard 'src/*.js' 'lib/*.js' --fix"
},
"dependencies": {
"@material-ui/core": "^4.9.5",
"@stamp/collision": "^1.1.0",
"@stamp/eventemittable": "^1.0.2",
"@stamp/instanceof": "^1.0.1",
"@types/react": "^16.8.6",
"anchorme": "^2.1.2",
"axios": "^0.19.2",
"base64-arraybuffer-es6": "^0.5.0",
"dompurify": "^2.0.11",
"dropzone": "^5.7.0",
"flatqueue": "^1.2.1",
"just-omit": "^1.1.0",
"keycode-js": "^2.0.3",
"partykals": "^1.0.1",
"queue": "^6.0.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"stampit": "^4.3.1",
"stats.js": "^0.17.0",
"three": "^0.120.1",
"toastify-js": "^1.7.0",
"y-indexeddb": "^9.0.3",
"y-websocket": "^1.3.0",
"yjs": "^13.3.2"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-env": "^7.10.2",
"jest": "^26.0.1",
"parcel-bundler": "^1.12.4",
"parcel-plugin-asset-copier": "^1.0.0",
"parcel-plugin-externals": "^0.3.3",
"parcel-plugin-html-externals": "^0.2.0",
"parcel-plugin-svelte": "^4.0.6",
"standard": "^14.3.1",
"svelte": "^3.23.2"
},
"externals": {
"vendor/**/*": false
},
"browserslist": [
"last 3 Chrome versions"
],
"assetsPath": "public"
}