This repository was archived by the owner on Apr 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) Β· 1.52 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) Β· 1.52 KB
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
{
"name": "workload",
"version": "1.0.0",
"description": "A 3D Interactive story",
"private": true,
"main": "index.js",
"scripts": {
"dev": "parcel -p 5000 --no-cache --no-hmr ./index.html",
"build": "parcel build --no-cache --no-source-maps --detailed-report ./index.html --public-url ./ "
},
"repository": {
"type": "git",
"url": "git+https://github.com/neuvieme-page/neuvieme-page-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neuvieme-page/neuvieme-page-website/issues"
},
"homepage": "https://github.com/neuvieme-page/neuvieme-page-website#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
"node-sass": "^4.11.0",
"parcel-bundler": "^1.11.0",
"parcel-plugin-bundle-visualiser": "^1.2.0",
"parcel-plugin-glslify": "^0.1.0",
"posthtml-include": "^1.2.0"
},
"dependencies": {
"@thmsdmcrt_/concurrence": "^0.1.1",
"babel-runtime": "^6.26.0",
"controlkit": "^0.1.9",
"dat.gui": "^0.7.5",
"glsl-lut": "^1.1.1",
"howler": "^2.1.1",
"melanke-watchjs": "^1.5.0",
"stats.js": "^0.17.0",
"three": "0.101.1",
"three-webgl-stats": "^1.0.5",
"three.interaction": "^0.2.2",
"webfontloader": "^1.6.28"
}
}