-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 5.13 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
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
{
"name": "create-page-starter",
"private": true,
"version": "0.4.0",
"description": "Starter template for static site generation with support of PWA-like enhancements.",
"author": "Michael Becker https://mlbr.xyz",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bemit/create-page-starter.git"
},
"type": "module",
"dependencies": {
"@formanta/sass": "~0.22.0",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"nodemon": "^2.0.12"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.7",
"@babel/node": "^7.15.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/plugin-transform-template-literals": "^7.10.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@jest/types": "^27.1.1",
"@loadable/babel-plugin": "^5.13.2",
"@loadable/component": "^5.13.2",
"@loadable/webpack-plugin": "^5.13.0",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^12.1.0",
"@types/loadable__component": "^5.13.3",
"@types/react-dom": "^17.0",
"@types/testing-library__jest-dom": "^5.14.1",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-jest": "^27.2.0",
"babel-loader": "^8.2.2",
"babel-plugin-es6-promise": "^1.1.1",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-react-app": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^6.2.1",
"copy-webpack-plugin": "^9.0.1",
"create-amp-page": "~1.0.0-beta.1",
"css-loader": "^6.2.0",
"cypress": "^9.3.1",
"ejs-loader": "^0.5.0",
"es6-promise": "^4.2.8",
"eslint": "^7.32.0",
"eslint-plugin-deprecation": "^1.2.1",
"eslint-plugin-only-warn": "^1.0.3",
"eslint-plugin-react": "^7.25.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-webpack-plugin": "^3.1.1",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"img-loader": "^4.0.0",
"is-wsl": "^2.2.0",
"jest": "^27.2.0",
"jest-runner-eslint": "^0.10.1",
"jshashes": "^1.0.8",
"json-loader": "^0.5.7",
"markdown-it": "^11.0.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^5.3.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-ins": "^3.0.0",
"markdown-it-mark": "^3.0.0",
"markdown-it-toc-done-right": "^4.1.0",
"minimist": "^1.2.5",
"node-sass": "^6.0.1",
"normalize.css": "^8.0.1",
"postcss": "^8.3.6",
"postcss-loader": "^6.1.1",
"react": "^17.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"symlink-dir": "^5.0.1",
"terser-webpack-plugin": "^5.2.4",
"ts-jest": "^27.0.5",
"ts-node": "^10.7.0",
"typescript": "^4.4.3",
"url-loader": "^4.1.1",
"vinyl-named-with-path": "^1.0.0",
"webpack": "^5.53.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0",
"webpack-stream": "^7.0.0"
},
"scripts": {
"tasks": "gulp --tasks",
"serve": "nodemon server.js",
"start": "cross-env NODE_ENV=development concurrently --kill-others npm:watch npm:tdd-ui",
"watch": "gulp watch",
"build": "cross-env NODE_ENV=production gulp build",
"prebuild": "npm run test-js",
"postbuild": "npm run test-ui",
"tdd-ui": "cypress open",
"test-ui": "cypress run",
"test-js": "jest -c=\"jest.config.ts\"",
"tdd-js": "npm run test-js -- --watch --watchman --coverage=false",
"test": "npm run test-js && npm run test-ui",
"clean": "gulp clean"
},
"jest-runner-eslint": {
"cliOptions": {
"maxWarnings": 0
}
}
}