forked from rackerlabs/docs-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.25 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"comments": {
"dependencies": {},
"devDependencies": {}
},
"private": true,
"browserslist": "> 1%",
"scripts": {
"start": "run-p start:*",
"start:hugo": "make serve",
"start:webpack": "webpack --mode=development --watch",
"build": "rm -rf static/assets && run-s build:webpack build:hugo",
"build:local": "rm -rf static/assets && run-s build:webpack build:hugo",
"build:hugo": "make build",
"build:webpack": "webpack --mode=production",
"dev": "netlify dev"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.1.0",
"bootstrap": "^5.0.1",
"core-js": "^3.15.2",
"css-loader": "^6.2.0",
"file-loader": "^6.2.0",
"html-entities": "^2.3.2",
"mini-css-extract-plugin": "^2.1.0",
"netlify-lambda": "^2.0.12",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-loader": "^6.1.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-instantsearch": "^6.12.0",
"react-instantsearch-dom": "^6.11.2",
"url-parse": "^1.5.1",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@babel/cli": "^7.14.8",
"algoliasearch": "^4.10.3",
"angular": "^1.4.1",
"angular-sanitize": "^1.5.3",
"assets-webpack-plugin": "^7.1.1",
"axios": "^0.21.1",
"babel-plugin-import": "^1.13.3",
"chalk": "^4.1.1",
"clean-webpack-plugin": "^3.0.0",
"content-loaded": "^1.2.1",
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"highlight.js": "^11.1.0",
"html-webpack-plugin": "^5.3.2",
"instantsearch.js": "^4.25.2",
"jquery": "^3.5.1",
"moment": "^2.29.1",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"sass-loader": "^12.1.0",
"smoothscroll-polyfill": "^0.4.4",
"yargs": "^17.0.1"
},
"name": "docs-landing-page",
"version": "1.0.0"
}