This repository was archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 3.22 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 3.22 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@tangible/react-builder",
"version": "1.1.5",
"description": "Build React full-stack applications and static sites",
"author": "Team Tangible <support@teamtangible.com>",
"repository": "git@github.com:tangibleinc/tangible-react-builder.git",
"license": "MIT",
"keywords": [
"react",
"fullstack",
"server-side-rendering",
"static-site-generator",
"hot-reload"
],
"main": "index.js",
"bin": {
"react-builder": "./run",
"tgbr": "./run"
},
"files": [
"babel.js",
"export.js",
"config",
"readme.md",
"run",
"plugins",
"scripts",
"utils"
],
"dependencies": {
"@babel/code-frame": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-do-expressions": "^7.10.1",
"@babel/plugin-proposal-export-default-from": "^7.10.1",
"@babel/plugin-proposal-export-namespace-from": "^7.10.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/plugin-proposal-pipeline-operator": "^7.10.1",
"@babel/plugin-proposal-throw-expressions": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/plugin-transform-react-jsx-source": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@babel/runtime": "^7.10.3",
"@mdx-js/loader": "^1.6.6",
"@mdx-js/mdx": "^1.6.6",
"assets-webpack-plugin": "^5.0.2",
"autoprefixer": "^9.8.4",
"babel-loader": "^8.1.0",
"babel-plugin-codegen": "^4.0.1",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chalk": "^4.1.0",
"chokidar": "^3.4.3",
"css-loader": "3.6.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^5.0.5",
"fs-extra": "9.0.1",
"globby": "^11.0.1",
"html-webpack-plugin": "^4.3.0",
"jest-message-util": "^26.1.0",
"mini-css-extract-plugin": "^0.9.0",
"mri": "^1.1.5",
"node-fetch": "^2.6.0",
"node-sass-chokidar": "^1.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.2",
"postcss-scss": "^2.1.1",
"progress": "^2.0.3",
"react-dev-utils": "^10.2.1",
"react-error-overlay": "^6.0.7",
"rehype-slug": "^3.0.0",
"remark-attr": "^0.11.1",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.2",
"source-map-support": "^0.5.19",
"start-server-webpack-plugin": "^2.2.5",
"strip-ansi": "6.0.0",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.6",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-dev-server": "~3.11.0",
"webpack-manifest-plugin": "^2.2.0",
"webpack-node-externals": "^1.7.2"
}
}