forked from manyfold3d/manyfold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.28 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
{
"name": "van-dam",
"private": true,
"scripts": {
"lint:ts": "ts-standard --fix",
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets",
"build:css": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules",
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@babel/preset-typescript": "^7.21.0",
"@nathanvda/cocoon": "^1.2.14",
"@popperjs/core": "^2.11.6",
"@rails/actioncable": "^7.0.4",
"@rails/ujs": "^7.0.4",
"@selectize/selectize": "^0.15.2",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"esbuild": "^0.17.12",
"jquery": "^3.6.4",
"masonry-layout": "^4.2.2",
"popper.js": "^1.16.1",
"sass": "^1.59.3",
"sifter": "^0.5.4",
"three": "^0.150.1",
"typescript": "^4.9.5"
},
"version": "0.1.0",
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@types/jquery": "^3.5.16",
"@types/node": "^18.15.5",
"@types/selectize": "^0.12.35",
"@types/three": "^0.149.0",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"husky": "^8.0.3",
"ts-standard": "^12.0.2"
}
}