-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.23 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
{
"name": "globalview-website",
"version": "1.0.0",
"description": "A basic elasticms NPM project (without any customization)",
"repository": "https://github.com/ems-project/npm-demo-website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --mode development --watch",
"dev": "webpack --mode development",
"prod": "webpack --mode production",
"zip": "cd dist/ && bestzip ../bundle.zip *",
"release": "npm run prod && npm run zip"
},
"keywords": [],
"author": "Mathieu De Keyzer<[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"babel-loader": "^8.1.0",
"bestzip": "^2.1.5",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"file-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"sass-text-stroke": "^1.0.1",
"url-loader": "^4.0.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@elasticms/admin-menu": "^1.0.1",
"@fortawesome/fontawesome-free": "^5.13.0",
"bootstrap": "^4.4.1",
"jquery": "^3.4.1",
"popper.js": "^1.16.1"
}
}