forked from DFE-Digital/get-into-teaching-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@rails/webpacker": "^5.1.1",
"@stimulus/polyfills": "^2.0.0",
"accessible-autocomplete": "^2.0.3",
"govuk-frontend": "^3.11.0",
"is-touch-device": "^1.0.1",
"js-cookie": "^2.2.1",
"lazysizes": "^5.3.2",
"rails-ujs": "^5.2.5",
"sass-mq": "^5.0.1",
"serialize-javascript": "^5.0.1",
"set-value": "^3.0.2",
"stimulus": "^2.0.0",
"trix": "^1.3.1",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"@stimulus/test": "^2.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"stylelint": "^13.12.0",
"stylelint-config-gds": "^0.1.0",
"webpack-dev-server": "^3.11.2"
},
"jest": {
"testRegex": ".*_spec.js",
"roots": [
"spec/javascript"
],
"moduleDirectories": [
"node_modules",
"app/webpacker/controllers",
"app/webpacker/javascript"
]
},
"scripts": {
"spec": "jest",
"scss-lint": "npx stylelint app/webpacker/styles"
}
}