-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 1002 Bytes
/
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
{
"license": "CC0-1.0",
"engines": {
"node": ">=18",
"npm": "6.x.x"
},
"scripts": {
"lint": "eslint . --ignore-pattern public --ignore-pattern vendor --ignore-pattern app/assets/builds",
"build": "webpack",
"build:css": "build-sass app/assets/stylesheets/*.css.scss --out-dir=app/assets/builds"
},
"dependencies": {
"@18f/identity-build-sass": "^3.0.1",
"@18f/identity-design-system": "9.0.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@rails/ujs": "^6.1.6",
"babel-loader": "^9.1.3",
"babel-plugin-polyfill-corejs3": "^0.8.0",
"core-js": "^3.23.4",
"fast-glob": "^3.2.11",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@18f/eslint-plugin-identity": "^2.0.0",
"@babel/register": "^7.18.6",
"chai": "^4.3.10",
"dirty-chai": "^2.0.1",
"eslint": "^8.18.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-mocha": "^10.0.5",
"jsdom": "^20.0.0"
}
}