forked from open-amdocs/webrix-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.23 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.23 KB
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
72
73
74
{
"private": true,
"name": "webrix-docs",
"version": "1.0.0",
"author": "Amdocs Corp",
"description": "The documentation site for Webrix",
"repository": {
"type": "git",
"url": "git+https://github.com/open-amdocs/webrix-docs.git"
},
"license": "Apache 2.0",
"bugs": "https://github.com/open-amdocs/webrix-docs/issues",
"homepage": "https://webrix.amdocs.com",
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-export-default-from": "7.12.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@mdx-js/loader": "1.6.22",
"@mdx-js/react": "1.6.22",
"aws-sdk": "2.289.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"chrome-aws-lambda": "8.0.2",
"css-loader": "5.2.4",
"eslint": "7.18.0",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.3.1",
"mime-types": "2.1.29",
"proxy-agent": "4.0.1",
"puppeteer": "9.0.0",
"puppeteer-core": "8.0.0",
"raw-loader": "4.0.2",
"react-docgen": "^5.3.1",
"sass": "1.32.8",
"sass-loader": "11.0.1",
"sass-resources-loader": "2.2.1",
"style-loader": "2.0.0",
"webpack": "5.35.0",
"webpack-cli": "4.6.0",
"webpack-dev-server": "3.11.2",
"worker-loader": "3.0.8"
},
"scripts": {
"dev": "webpack serve --config webpack/webpack.js --open",
"build": "webpack --config webpack/webpack.js --env=production",
"lint": "eslint --ext=js --ext=jsx src/",
"deploy": "node ./aws/deploy",
"invalidate": "node ./aws/invalidate",
"ssr": "node ./ssr"
},
"dependencies": {
"@babel/runtime": "7.12.5",
"@babylonjs/core": "4.1.0",
"@babylonjs/loaders": "4.1.0",
"classnames": "2.2.6",
"codesandbox": "2.2.1",
"oimo": "1.0.9",
"prism-react-renderer": "1.1.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet": "6.1.0",
"react-icons": "4.1.0",
"react-router-dom": "5.2.0",
"prop-types": "15.7.2",
"webrix": "1.2.1"
}
}