-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.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
{
"name": "es-project-template",
"version": "1.0.0",
"description": "A simple project template.",
"private": true,
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.js --mode production",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gi",
"js",
"template"
],
"author": "Benjamin Thurm",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.4.1",
"core-js": "^3.4.7",
"framework7": "^5.7.8",
"framework7-component-loader": "^2.1.2",
"jquery": "^3.4.1",
"npm": "^6.14.5",
"popper.js": "^1.16.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.2.1",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"mini-css-extract-plugin": "^0.8.0",
"ol": "^5.3.3",
"style-loader": "^1.0.1",
"url-loader": "^4.1.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "3.9.0",
"whatwg-fetch": "3.0.0",
"write-file-webpack-plugin": "^4.5.1"
}
}