-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "voidscope",
"version": "1.0.0",
"description": "Kaleidoscope Visualizer",
"scripts": {
"start": "parcel src/index.html",
"build": "NODE_ENV=production parcel build --public-url=/voidscope src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/surjikal/voidscope.git"
},
"author": "Nick Porter",
"license": "MIT",
"bugs": {
"url": "https://github.com/surjikal/voidscope/issues"
},
"homepage": "https://github.com/surjikal/voidscope#readme",
"dependencies": {
"three": "^0.137.0",
"three-gif-loader": "^1.1.0"
},
"devDependencies": {
"@parcel/transformer-glsl": "^2.0.0-beta.3.1",
"@parcel/transformer-image": "^2.0.0-beta.3.1",
"@parcel/transformer-pug": "^2.0.0-beta.3.1",
"@types/node": "^16.0.0",
"@types/three": "^0.129.2",
"autoprefixer": "^10.2.6",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.2",
"only": "0.0.2",
"parcel": "^2.0.0-beta.3.1",
"pug": "^3.0.2",
"resize-observer": "^1.0.2",
"sharp": "^0.30.5",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
},
"browserslist": [
"last 1 versions"
]
}