-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "bahc-ohana-api",
"private": true,
"license": "MIT",
"repository": "https://github.com/bchd/bahc-ohana-api.git",
"engines": {
"yarn": "1.x",
"node": "18.x"
},
"dependencies": {
"ahoy.js": "^0.4.4",
"google-maps-infobox": "^2.0.0",
"jquery": "^3.7.0",
"mini-css-extract-plugin": "^2.7.6",
"randomstring": "^1.3.0",
"select2": "^4.0.13",
"uppy": "^2.13.8"
},
"version": "0.1.0",
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "~> 4.18.2",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.2.0",
"lint": "^0.7.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.3",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"fstream": "^1.0.12",
"sass": "^1.64.1",
"sass-loader": "^13.3.2"
},
"scripts": {
"build": "webpack --config webpack.config.js"
}
}