-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.7 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
54
55
56
57
{
"name": "kemendikbud",
"version": "1.0.0",
"description": "static theme for eprints",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config ./config/webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eprints",
"themes"
],
"author": "Dimas Prasetyo",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.8.4",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.0",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"favicons-webpack-plugin": "^3.0.1",
"file-loader": "^4.2.0",
"glob": "^7.1.4",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.12.3",
"image-webpack-loader": "^5.0.0",
"jquery": "^3.5.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"random-port": "^0.1.0",
"robotstxt-webpack-plugin": "^7.0.0",
"sass-loader": "^8.0.2",
"sitemap-webpack-plugin": "^0.7.0",
"style-loader": "^1.1.3",
"webapp-webpack-plugin": "^2.7.1",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.1",
"webpackbar": "^4.0.0"
}
}