forked from contensis/leif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·153 lines (153 loc) · 6.15 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "leif-react-starter",
"version": "1.0.0-beta.0",
"repository": "https://github.com/contensis/leif",
"license": "ISC",
"description": "Contensis free trial project",
"main": "./src/client/client-entrypoint.js",
"config": {
"startup": ""
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config webpack/webpack.config.dev.js",
"build": "rimraf ./dist && cross-env NODE_ENV=production parallel-webpack --config webpack/webpack.config.prod.js && yarn run build:startup",
"build:assets": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.assets.js",
"build:ci": "yarn run build && yarn run build:assets",
"build:startup": "node node_modules/zengenti-buildstartup-package",
"build:analyze": "rimraf ./dist && cross-env NODE_ENV=production ANALYZE=TRUE webpack --config webpack/webpack.config.prod.js",
"server": "node --max-http-header-size=800000 dist/start.js",
"build:server": "yarn run build && yarn run server",
"lint": "eslint .",
"lint:fix": "eslint --fix ./src",
"test:generate-output": "jest --json --outputFile=.jest-test-results.json || true",
"test": "jest -c ./config/jest.config.js --detectOpenHandles --forceExit",
"test:watch": "jest --config=./config/jest.config.js --watch",
"test:coverage": "jest --config=./config/jest.config.js --coverage",
"prebuild:storybook": "yarn run test:generate-output",
"storybook": "start-storybook -s ./dist -p 6006",
"storybook-ci": "start-storybook --ci -p 6006",
"storybook-clean": "rimraf ./node_modules/.cache && yarn run storybook",
"storybook-static": "rimraf ./dist && yarn run copy-static && build-storybook --loglevel error -s ./dist -c .storybook -o .out",
"copy-static": "copyfiles -u 1 -a ./public/**/* ./dist/static -V",
"build-storybook": "build-storybook",
"tsc": "tsc",
"build:tsc": "yarn run tsc",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"keywords": [],
"author": "http://Zengenti.com",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/eslint-parser": "^7.19.1",
"@babel/node": "^7.20.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-classes": "^7.20.2",
"@babel/plugin-transform-regenerator": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@loadable/babel-plugin": "^5.13.2",
"@loadable/webpack-plugin": "^5.15.1",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/api": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"@storybook/theming": "^6.5.13",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.4",
"@types/events": "^3.0.0",
"@types/express": "^4.17.13",
"@types/loadable__component": "^5.13.4",
"@types/query-string": "5",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-loadable": "^5.5.6",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/react-slick": "^0.23.4",
"@types/redux-immutable": "^4.0.1",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@zengenti/contensis-entry-picker-storybook-addon": "^1.0.3",
"babel-loader": "^9.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-transform-define": "1.0.1",
"browser-sync": "^2.27.10",
"browser-sync-webpack-plugin": "^2.3.0",
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"copy-webpack-plugin": "6",
"copyfiles": "^2.4.1",
"core-js": "^3.1.3",
"cross-env": "^7.0.3",
"css-loader": "^6.7.2",
"cypress": "^6.1.0",
"esbuild-loader": "^2.18.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.7",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"image-minimizer-webpack-plugin": "^3.8.1",
"image-webpack-loader": "^8.1.0",
"imagemin": "^8.0.1",
"jest": "^24.9.0",
"mocha": "^8.0.1",
"nodemon": "^2.0.12",
"parallel-webpack": "^2.6.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.1",
"storybook-react-router": "^1.0.8",
"style-loader": "^3.3.1",
"stylelint": "^11.0.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-custom-processor-loader": "0.6.0",
"stylelint-processor-styled-components": "1.8.0",
"typescript": "^4.8.4",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0",
"webpack-modules": "^1.0.0",
"webpack-node-externals": "^3.0.0",
"zengenti-buildstartup-package": "^0.0.18"
},
"dependencies": {
"@contensis/canvas-react": "^1.0.4",
"@zengenti/contensis-react-base": "^3.0.0",
"copy-to-clipboard": "^3.3.1",
"custom-env": "^2.0.1",
"react-focus-lock": "^2.5.0",
"react-slick": "^0.28.0",
"react-twitter-embed": "^3.0.3",
"styled-normalize": "^8.0.7",
"usehooks-ts": "^2.14.0"
}
}