-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.25 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
{
"name": "sul-requests",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:sul-dlss/sul-requests.git",
"license": "Apache-2.0",
"private": true,
"scripts": {
"test": "jest -c jest.config.js",
"build:css": "cp -r ./node_modules/bootstrap-icons/font/fonts ./app/assets/builds && sass ./app/assets/stylesheets/application_redesign.scss:./app/assets/builds/application_redesign.css --no-source-map --load-path=node_modules --load-path=vendor/assets/stylesheets",
"build": "esbuild app/javascript/*.* --define:global=window --bundle --sourcemap --outdir=app/assets/builds --public-path=/assets"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@testing-library/dom": "^7.29.4",
"@testing-library/jest-dom": "^5.11.9",
"jest": "^29.6.4",
"jest-fixtures": "^0.6.0"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.3.0",
"@popperjs/core": "2",
"bootstrap": "5.3.3",
"bootstrap-icons": "^1.10.4",
"esbuild": "^0.19.0",
"jest-environment-jsdom": "^29.6.4",
"jquery": "^3.7.0",
"list.js": "^2.3.1",
"rails-ujs": "^5.2.8-1",
"sass": "^1.57.1",
"trunk8": "^0.0.1"
}
}