-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
78 lines (78 loc) · 2.4 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "notifications-admin",
"version": "0.0.1",
"description": "Admin front end for Notification",
"engines": {
"node": "16"
},
"scripts": {
"test": "jest --config tests/javascripts/jest.config.js tests/javascripts",
"webpack": "webpack --config webpack.config.js",
"build": "gulp",
"watch": "gulp watch",
"heroku-postbuild": "gulp && make generate-version-file && export ADMIN_BASE_URL=${HEROKU_APP_NAME}.herokuapp.com",
"tailwind": "webpack --config webpack.config.js && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cds-snc/notification-admin.git"
},
"author": "Canadian Digital Service",
"license": "MIT",
"homepage": "https://github.com/cds-snc/notification-admin#readme",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"accessible-autocomplete": "^2.0.4",
"braces": "^3.0.3",
"dayjs": "^1.11.13",
"diff-dom": "4.2.8",
"govuk_frontend_toolkit": "9.0.1",
"hogan": "1.0.2",
"jquery": "^3.6.0",
"jquery-migrate": "^3.3.2",
"moment": "^2.29.4",
"node-polyglot": "^2.4.2",
"query-command-supported": "1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"textarea-caret": "3.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.14.5",
"@fullhuman/postcss-purgecss": "^3.1.3",
"@testing-library/jest-dom": "^6.5.0",
"autoprefixer": "^9.8.8",
"axe-cli": "3.2.1",
"babel-loader": "^8.2.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"chromedriver": "^87.0.0",
"css-loader": "^3.6.0",
"cssnano": "^5.0.0",
"file-loader": "^6.2.0",
"gulp": "4.0.2",
"gulp-add-src": "1.0.0",
"gulp-babel": "8.0.0",
"gulp-base64-inline": "1.0.6",
"gulp-concat": "2.6.1",
"gulp-fa-minify": "^6.0.1",
"gulp-include": "2.4.1",
"gulp-jshint": "2.1.0",
"gulp-prettyerror": "2.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "3.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.5.0",
"jshint": "2.13.6",
"mini-css-extract-plugin": "^0.12.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.3.0",
"style-loader": "^1.3.0",
"tailwindcss": "1.9.6",
"webpack": "^5.57.1",
"webpack-cli": "^4.8.0"
}
}