This repository was archived by the owner on Sep 6, 2025. It is now read-only.
forked from react-static/react-static
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.76 KB
/
package.json
File metadata and controls
144 lines (144 loc) · 4.76 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "react-static",
"description": "A progressive static site generator for React",
"version": "6.1.5",
"license": "MIT",
"repository": "https://github.com/nozzle/react-static",
"main": "lib/index.js",
"types": "src/index.d.ts",
"engines": {
"node": ">=8.9.0"
},
"bin": {
"react-static": "./bin/react-static"
},
"scripts": {
"build": "rimraf lib && rimraf node_modules/react-static && babel src --out-dir lib --ignore '**/__tests__/*' -s",
"watch": "rimraf lib && rimraf node_modules/react-static && babel -w src --out-dir lib --ignore '**/__tests__/*' -s",
"start": "yarn watch",
"test": "yarn format && yarn lint && yarn unitTest",
"lint": "eslint src",
"format": "prettier '{src,templates}/**/*.js' --write",
"unitTest": "NODE_ENV=test yarn jest ./src",
"unitTestWatch": "NODE_ENV=test yarn jest src --watch",
"preversion": "yarn build && yarn test"
},
"dependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.1.3",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.1.5",
"@hot-loader/react-dom": "^16.7.0-alpha.2.3",
"@reach/router": "^1.2.1",
"autoprefixer": "^9.4.3",
"axios": "^0.18.0",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.0.0",
"babel-plugin-macros": "^2.4.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.20",
"babel-plugin-universal-import": "^3.0.2",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"circular-dependency-plugin": "^5.0.2",
"cors": "^2.8.5",
"css-loader": "^2.0.1",
"download-git-repo": "^1.1.0",
"eslint-config-react-tools": "^1.0.0",
"extract-css-chunks-webpack-plugin": "^3.2.1",
"file-loader": "2.0.0",
"fs-extra": "^7.0.1",
"git-promise": "^0.3.1",
"glob": "^7.1.2",
"gunzip-maybe": "^1.4.1",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^6.1.0",
"inquirer-autocomplete-prompt": "^1.0.1",
"intersection-observer": "^0.5.1",
"match-sorter": "^2.2.3",
"minimist": "^1.2.0",
"mutation-observer": "^1.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"portfinder": "^1.0.20",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"pretty-error": "^2.1.1",
"progress": "^2.0.1",
"prop-types": "^15.6.1",
"raf": "^3.4.1",
"raw-loader": "^1.0.0",
"react": "^16.7.0-alpha.2",
"react-dev-utils": "^6.1.1",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.6.1",
"react-universal-component": "^3.0.2",
"resolve-from": "^4.0.0",
"serve": "^10.1.1",
"shorthash": "^0.0.2",
"slash": "^2.0.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"style-loader": "0.23.1",
"swimmer": "^1.4.0",
"tar-fs": "^1.16.3",
"thread-loader": "^1.2.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"upath": "^1.1.0",
"update-notifier": "^2.5.0",
"url-loader": "^1.1.2",
"webpack": "^4.25.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^3.1.10",
"webpack-flush-chunks": "^2.0.1",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@types/react": "^16.7.17",
"@types/react-helmet": "^5.0.7",
"babel-jest": "^23.6.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.10.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"husky": "^1.2.1",
"jest": "^23.6.0",
"lerna": "^3.6.0",
"prettier": "1.15.3",
"rimraf": "^2.6.2"
},
"jest": {
"verbose": true,
"moduleDirectories": [
"node_modules",
"src"
],
"testRegex": "(/__tests__/.*\\.(test))\\.jsx?$",
"moduleNameMapper": {
"static.config.js": "<rootDir>/src/static/__mocks__/static.config.mock.js",
"./path/to/static.config.js": "<rootDir>/src/static/__mocks__/static.config.mock.js",
"./path/to/configWithPluginWithOptions.mock.js": "<rootDir>/src/static/__mocks__/configWithPluginWithOptions.mock.js"
},
"setupFiles": [
"<rootDir>/setupTests.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"gitHead": "ca9f2162257fe67a8b4ffcbb1350695345940da4"
}