-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
53 lines (53 loc) · 1.55 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
49
50
51
52
53
{
"name": "matter-dashboard",
"version": "1.0.0",
"private": true,
"description": "Matter dashboard, a free material design bootstrap dashboard",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config ./config/webpack.dev.js",
"build": "webpack --config ./config/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexandonie/matter-dashboard.git"
},
"author": "Alex Andonie",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexandonie/matter-dashboard/issues"
},
"homepage": "https://github.com/alexandonie/matter-dashboard#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.1.0",
"eslint": "^6.4.0",
"eslint-loader": "^2.2.1",
"extract-loader": "^3.1.0",
"file-loader": "^4.1.0",
"handlebars": "^4.3.1",
"handlebars-loader": "^1.7.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"purgecss-webpack-plugin": "^1.5.0",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"bootstrap": "^4.3.1"
}
}