forked from sme777/nanoframe
-
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.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 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": "nanoframe",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@hotwired/stimulus": "^3.0.1",
"@hotwired/turbo-rails": "^7.1.3",
"@popperjs/core": "^2.11.6",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"bootstrap": "^5.2.1",
"croppie": "^2.6.5",
"dat.gui": "^0.7.7",
"debounce": "^1.2.1",
"detector-js": "^1.3.2",
"gsap": "^3.7.1",
"jqeury": "^0.0.1-security",
"jquery": "^3.6.0",
"parse-pdb": "^1.0.0",
"popper.js": "^1.16.1",
"rails-erb-loader": "^5.5.2",
"three": "^0.138.0",
"three-css2drender": "^1.0.0",
"three-dragcontrols": "^0.88.2",
"three-gltf-exporter": "^0.0.1",
"three-mtl-loader": "^1.0.2",
"three-orbit-controls": "^82.1.0",
"three-trackballcontrols": "^0.9.0",
"three.meshline": "^1.4.0",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-glsl-loader": "^1.0.1"
},
"version": "0.1.0",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.29.4",
"prettier": "2.6.2",
"webpack-dev-server": "^3"
}
}