forked from manyfold3d/manyfold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 852 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
{
"name": "van-dam",
"private": true,
"dependencies": {
"@babel/preset-typescript": "^7.16.5",
"@nathanvda/cocoon": "^1.2.14",
"@popperjs/core": "^2.11.0",
"@rails/actioncable": "^6.1.4",
"@rails/activestorage": "^6.1.4",
"@rails/ujs": "^6.1.4",
"@rails/webpacker": "5.4.3",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.2",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"stimulus": "^2.0.0",
"stimulus_reflex": "3.4.1",
"three": "^0.135.0",
"turbolinks": "^5.2.0",
"typescript": "^4.5.4"
},
"version": "0.1.0",
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"husky": "^7.0.4",
"ts-standard": "^11.0.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.7.0"
}
}