generated from dxw/rails-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.41 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
{
"name": "beis-report-official-development-assistance",
"private": true,
"dependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.6",
"@rails/ujs": "^7.0.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.2.1",
"accessible-autocomplete": "^2.0.2",
"babel": "^6.23.0",
"core-js": "^3.27.1",
"govuk-frontend": "^3.11.0",
"rollup": "^3.29.5",
"sass": "^1.57.0"
},
"description": "## Getting started",
"version": "1.0.0",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c --bundleConfigAsCjs rollup.config.js",
"build:css": "sass ./app/assets/stylesheets/application.sass.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules --quiet-deps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance/issues"
},
"homepage": "https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance#readme"
}