-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.24 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
{
"name": "nzsl_share",
"version": "0.1.0",
"private": true,
"scripts": {
"format-check": "prettier --check .",
"format-fix": "prettier --write .",
"js-lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts,tsx,jsx",
"js-lint-fix": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts,tsx,jsx --fix",
"scss-lint": "stylelint '**/*.{css,scss}'",
"scss-lint-fix": "stylelint '**/*.{css,scss}' --fix"
},
"browserslist": [
"> 0.25% in NZ and last 2 versions",
"not ie 11"
],
"prettier": "prettier-config-ackama",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@rails/actioncable": "^7.0.4",
"@rails/activestorage": "^7.0.4",
"@rails/request.js": "^0.0.8",
"@rails/ujs": "^7.0.4",
"@types/babel__core": "^7.0.0",
"@types/webpack": "^5.0.0",
"@uppy/core": "^3.13.0",
"@uppy/dashboard": "^3.9.0",
"@uppy/drop-target": "^3.0.0",
"@uppy/webcam": "^3.4.0",
"babel-loader": "^8.0.0",
"babel-plugin-macros": "^3.0.0",
"chosen-js": "^1.8.7",
"compression-webpack-plugin": "^9.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.0",
"foundation-sites": "~6.8.0",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^2.7.6",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"sass": "^1.69.5",
"sass-loader": "^13.0.0",
"selectize": "^0.12.6",
"shakapacker": "^7.0.0",
"terser-webpack-plugin": "^5.0.0",
"turbolinks": "^5.2.0",
"webpack": "^5.94.0",
"webpack-assets-manifest": "^5.0.0",
"webpack-cli": "^4.0.0",
"webpack-merge": "^5.0.0"
},
"devDependencies": {
"eslint": "^8.32.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"lighthouse": "^12.0.0",
"postcss": "^8.4.0",
"prettier": "^3.3.3",
"prettier-config-ackama": "^1.1.0",
"stylelint": "^16.8.0",
"stylelint-config-recommended-scss": "^14.1.0",
"webpack-dev-server": "^4.0.0"
},
"packageManager": "yarn@1.22.22",
"engines": {
"node": "^20.0.0",
"yarn": "^1.0.0"
}
}