forked from circleci/circleci-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1022 Bytes
/
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
{
"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.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.2",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
}
}