-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.28 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
{
"title": "Maine Food Support Services",
"name": "maine-food-support-services",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "npx webpack --config webpack.config.js",
"gulp": "node_modules/.bin/gulp watch",
"start": "npm run build && npm run gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/jonjanelle/maine-pantry-ui.git"
},
"dependencies": {
"bootstrap": "4.5.0",
"handlebars": "^4.7.6",
"jquery": "^3.5.1",
"jquery-easing": "0.0.1",
"select2": "4.0.13"
},
"devDependencies": {
"popper.js": "^1.16.1",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-json-strings": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.26.7",
"del": "^4.1.1",
"gulp": "4.0.2",
"merge-stream": "2.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}