-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 904 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 904 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": "optimus-guide",
"version": "1.0.0",
"scripts": {
"start": "webpack-dev-server --open --hot --config ./build/webpack.dev.conf.js",
"build": "webpack --config ./build/webpack.build.conf.js",
"prettier": "prettier --write */**/*.{js,json,html,css}"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.16.11",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"css-mqpacker": "^7.0.0",
"cssnano": "^5.1.4",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss-loader": "^6.2.1",
"prettier": "^2.6.0",
"sass-loader": "^12.6.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"dhx-optimus": "^2.1.0",
"dhx-optimus-store": "^1.0.0"
}
}