forked from manyfold3d/manyfold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.31 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "manyfold",
"private": true,
"scripts": {
"lint:ts": "ts-standard --fix",
"build": "bundle exec i18n export --config=./config/i18n-js.yml && esbuild app/javascript/*.* --minify=true --tree-shaking=true --bundle --sourcemap --outdir=app/assets/builds --public-path=assets",
"build:css": "yarn build:css:compile && yarn build:css:prefix",
"build:css:compile": "sass ./app/assets/stylesheets/entrypoints:./app/assets/builds --no-source-map --load-path=node_modules",
"build:css:prefix": "postcss ./app/assets/builds/application.css --use=autoprefixer --output=./app/assets/builds/application.css",
"watch:css": "nodemon --watch ./app/assets/stylesheets/ --ext scss --exec \"yarn build:css\"",
"typecheck": "bundle exec i18n export --config=./config/i18n-js.yml && tsc --project tsconfig.json"
},
"dependencies": {
"@activeadmin/activeadmin": "^3.2.5",
"@notus.sh/cocooned": "^2.4.0",
"@popperjs/core": "^2.11.8",
"@rails/ujs": "^7.1.500",
"@selectize/selectize": "^0.15.2",
"@uppy/core": "^4.2.3",
"@uppy/dashboard": "^4.1.2",
"@uppy/form": "^4.0.1",
"@uppy/locales": "^4.2.1",
"@uppy/xhr-upload": "^4.2.2",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"comlink": "^4.4.1",
"esbuild": "^0.24.0",
"i18n-js": "^4.5.0",
"jquery": "^3.7.1",
"masonry-layout": "^4.2.2",
"nodemon": "^3.1.7",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"rpg-awesome": "^0.2.0",
"sass-embedded": "^1.80.5",
"three": "^0.170.0",
"threejs-webworker-3mf-loader": "https://github.com/manyfold3d/threejs-webworker-3mf-loader"
},
"version": "0.1.0",
"devDependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@types/bootstrap": "^5.2.10",
"@types/i18n-js": "^3.8.9",
"@types/jquery": "^3.5.32",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.4",
"@types/selectize": "^0.12.39",
"@types/three": "^0.169.0",
"@types/webpack-env": "^1.18.5",
"@types/webxr": "^0.5.20",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.13.0",
"husky": "^9.1.6",
"ts-standard": "^12.0.2",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"browserslist": [
"defaults"
]
}