-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.39 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.39 KB
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
65
66
67
68
69
70
71
72
{
"name": "notifications-admin",
"version": "0.0.1",
"description": "Admin front end for Notify",
"engines": {
"node": "^24.10.0"
},
"scripts": {
"lint": "jshint app/assets/javascripts",
"test": "jest --config tests/javascripts/jest.config.js tests/javascripts",
"test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
"build:dev": "npx webpack --config webpack.config.js",
"watch": "npx webpack --watch --config webpack.config.js",
"backstop:test": "npx backstop test --configPath=backstop.config.js",
"backstop:reference": "npx backstop reference --configPath=backstop.config.js",
"backstop:approve": "npx backstop approve --configPath=backstop.config.js",
"backstop:open": "npx backstop openReport --configPath=backstop.config.js",
"audit": "better-npm-audit audit --production --level low",
"pa11y-ci": "pa11y-ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/notifications-admin.git"
},
"author": "General Services Administration",
"license": "CC0",
"homepage": "https://github.com/GSA/notifications-admin#readme",
"overrides": {
"graceful-fs": "^4.2.11",
"glob@^10": "10.5.0",
"rollup": "^4.59.0"
},
"dependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/stream": "^3.0.1",
"@uswds/uswds": "^3.13.0",
"cbor-js": "0.1.0",
"ci-info": "^4.4.0",
"d3": "^7.9.0",
"playwright": "^1.58.2",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
"sass-embedded": "^1.97.3",
"textarea-caret": "3.1.0",
"immutable": "^5.1.5"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"autoprefixer": "^10.4.27",
"babel-loader": "^10.0.0",
"backstopjs": "^6.3.25",
"better-npm-audit": "^3.11.0",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"jest": "^30.2.0",
"jest-each": "^30.1.0",
"jest-environment-jsdom": "^30.2.0",
"jshint": "2.13.6",
"jshint-stylish": "2.2.1",
"merge-stream": "^2.0.0",
"mini-css-extract-plugin": "^2.10.0",
"postcss-loader": "^8.2.1",
"sass": "^1.97.2",
"sass-loader": "^16.0.7",
"terser-webpack-plugin": "^5.3.17",
"webpack": "^5.105.3",
"webpack-cli": "^6.0.1"
}
}