-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 925 Bytes
/
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
{
"name": "es6-boilerplate",
"version": "0.0.1",
"description": "ES6 template with import-map support",
"main": "index.js",
"author": "Elias Rhouzlane",
"license": "MIT",
"dependencies": {
"cannon-es": "^0.9.0",
"construct-style-sheets-polyfill": "^2.3.5",
"es-module-shims": "^0.4.6",
"import-from-worker": "^1.0.1",
"nice-color-palettes": "^3.0.0",
"nurbs": "^1.1.1",
"three": "^0.115.0",
"threejs-meshline": "^2.0.10",
"vue": "3.0.0-beta.3"
},
"devDependencies": {
"snowpack": "^1.6.0"
},
"snowpack": {
"webDependencies": [
"es-module-shims",
"construct-style-sheets-polyfill",
"import-from-worker",
"three",
"three/examples/jsm/loaders/GLTFLoader.js",
"three/examples/jsm/loaders/STLLoader.js",
"nurbs",
"cannon-es",
"vue",
"vue/dist/vue.esm-browser.js",
"nice-color-palettes"
]
}
}