-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 2.95 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 2.95 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
{
"name": "create-reacticoon-app",
"description": "Reacticoon cli",
"version": "0.0.3",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/reacticoon/create-reacticoon-app.git",
"directory": "packages/@reacticoon/create-reacticoon-app"
},
"bugs": {
"url": "https://github.com/reacticoon/create-reacticoon-app/issues"
},
"keywords": [
"reacticoon",
"cli",
"create-reacticoon-app"
],
"bin": {
"reacticoon": "./bin/reacticoon-scripts.js"
},
"engines": {
"node": ">=8.9"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch --verbose true"
},
"jest": {
"verbose": false,
"testPathIgnorePatterns": [
"<rootDir>/scripts/test.js",
"<rootDir>/reacticoon",
"<rootDir>/reacticoon-plugins"
]
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.1.3",
"allure-commandline": "^2.13.0",
"babel-jest": "^24.9.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-syntax-trailing-function-commas": "6.22.0",
"babel-plugin-transform-es2015-for-of": "6.23.0",
"babel-plugin-transform-imports": "^2.0.0",
"babel-plugin-transform-prune-unused-imports": "^1.0.0",
"babel-preset-react-app": "9.1.0",
"babel-preset-stage-1": "6.24.1",
"body-parser": "1.19.0",
"boxen": "^4.2.0",
"brotli-webpack-plugin": "^1.1.0",
"chalk": "3.0.0",
"circular-dependency-plugin": "5.2.0",
"compression-webpack-plugin": "^3.1.0",
"cors": "2.8.5",
"cross-spawn": "^5.1.0",
"css-loader": "0.28.11",
"deepmerge": "^4.2.2",
"didyoumean": "1.2.1",
"ejs": "2.6.1",
"expect-puppeteer": "^4.1.1",
"express": "4.16.4",
"extract-text-webpack-plugin": "3.0.2",
"fs-exists-cached": "1.0.0",
"humps": "^2.0.1",
"javascript-stringify": "^2.0.1",
"jest": "^24.9.0",
"jest-allure": "^0.1.1",
"jest-cli": "^24.9.0",
"jest-junit": "^10.0.0",
"jest-puppeteer": "^4.1.1",
"jest-slow-test-reporter": "^1.0.0",
"jest-standard-reporter": "^1.0.4",
"jest-wrap": "^1.5.0",
"js-yaml": "^3.13.1",
"jscodeshift": "^0.7.0",
"minimist": "1.2.0",
"mkdirp": "^0.5.1",
"module-alias": "^2.2.2",
"moment": "^2.24.0",
"node-sass": "4.13.0",
"ora": "^4.0.3",
"program": "1.0.0",
"puppeteer": "^1.15.0",
"react-hot-loader": "4.12.18",
"react-refresh": "^0.7.2",
"react-scripts": "^3.3.0",
"sass-loader": "8.0.0",
"semver": "7.1.1",
"serve": "^11.3.0",
"showdown": "^1.9.1",
"simple-git": "1.129.0",
"slash": "3.0.0",
"source-map-explorer": "1.6.0",
"speed-measure-webpack-plugin": "^1.3.1",
"style-loader": "0.21.0",
"validate-npm-package-name": "^3.0.0",
"webpack-bundle-analyzer": "^3.6.0",
"worker-loader": "^2.0.0",
"xml2js": "^0.4.23",
"yaml-front-matter": "^4.1.0"
}
}