-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 822 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 822 Bytes
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
{
"name": "bundled",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack-dev-server -d --port 3000"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"cross-env": "^6.0.3",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.18.0",
"terser-webpack-plugin": "^2.2.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"bootstrap": "^3.4.1",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"jquery": "^3.5.1",
"moment": "^2.24.0",
"schema-org-adapter": "^3.0.2",
"snackbarjs": "^1.1.0"
}
}