forked from circleci/circleci-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.42 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
{
"name": "circleci-docs",
"version": "1.0.0",
"description": "This is the public repository for <https://circleci.com/docs/>, a static website generated by [Jekyll](https://jekyllrb.com/). If you find any errors in our docs or have suggestions, please follow our [Contributing Guide](CONTRIBUTING.md) to submit an issue or pull request.",
"main": "index.js",
"scripts": {
"webpack-dev": "webpack -p --mode=development",
"webpack -prod": "NODE_ENV=production webpack -p --mode=production",
"webpack-watch": "webpack -p --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git://github.com/circleci/circleci-docs.git"
},
"license": "MIT",
"dependencies": {
"js-cookie": "^2.2.1",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.13.10",
<<<<<<< dependabot/bundler/src-api/nokogiri-1.11.0
"@babel/preset-env": "^7.13.10",
"babel-loader": "^8.2.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.46.0",
=======
<<<<<<< dependabot/bundler/src-api/redcarpet-3.5.1
"@babel/preset-env": "^7.13.10",
"babel-loader": "^8.2.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^5.26.3",
=======
"@babel/preset-env": "^7.13.12",
"babel-loader": "^8.2.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^5.28.0",
>>>>>>> master
>>>>>>> master
"webpack-cli": "^3.1.0"
}
}