-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.7 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
60
61
62
63
64
{
"name": "libao",
"version": "1.0.0",
"description": "extensive toolset for building realtime webgl / canvas sketches. NOTE - LARGE & NOT FOR MOBILE YET",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luan007/libao.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/luan007/libao/issues"
},
"homepage": "https://github.com/luan007/libao#readme",
"alias": {
"vue": "./node_modules/vue/dist/vue.js",
"vue3": "./node_modules/vue3/dist/vue.esm-browser.js"
},
"browserslist": [
"iOS >= 10"
],
"source": true,
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.2.0",
"core-js": "^3.8.1",
"dat.gui": "^0.7.7",
"eventemitter2": "^6.4.4",
"eventemitter3": "^4.0.7",
"fast-sort": "^2.2.0",
"gl-matrix": "^3.3.0",
"js-yaml": "^3.14.1",
"lodash": "^4.17.21",
"nanoid": "^3.1.23",
"nats.ws": "^1.1.6",
"open-simplex-noise": "^2.4.0",
"p5": "^1.2.0",
"postprocessing": "^6.21.2",
"qps": "^1.1.1",
"qrcode": "^1.4.4",
"qs": "^6.10.1",
"resolve-relative-url": "^1.0.0",
"routes": "^2.1.0",
"socket.io-client": "^2.3.1",
"stats.js": "^0.17.0",
"three": "^0.126.0",
"vue": "^2.6.12",
"vue3": "npm:vue@^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.5",
"@vue/component-compiler-utils": "^3.2.0",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.2",
"less": "^3.13.1",
"regenerator-runtime": "^0.13.7",
"typescript": "^3.9.7",
"vue-template-compiler": "^2.6.12"
}
}