-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
126 lines (126 loc) · 4.23 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
{
"name": "@actionishope/shelley-cms",
"version": "2.1.32",
"license": "ISC",
"description": "Shelley CMS UI.",
"repository": {
"type": "git",
"url": "git+https://github.com/action-is-hope/shelley-cms.git"
},
"keywords": [
"a11y",
"stylable",
"react",
"typescript"
],
"author": "action-is-hope<[email protected]>",
"bugs": {
"url": "https://github.com/action-is-hope/shelley-cms/issues"
},
"homepage": "https://github.com/action-is-hope/shelley-cms#readme",
"main": "indexLib.js",
"types": "indexLib.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"**/*.ts",
"components/**/*.js",
"styles/**/*.js",
"indexLib.js",
"**/*.map",
"**/*.st.css"
],
"scripts": {
"clean": "rimraf dist",
"clear-jest": "jest --clearCache",
"copy": "copyfiles package.json README.md dist; copyfiles -u 1 src/typings/shared-types.d.ts dist",
"prebuild": "npm run clean",
"build-stylable-types": "stc",
"build": "npm run clean && npm run copy && npm run build-stylable-types && npm run build-components-stcss && npm run build-components-styles-stcss && tsc --project tsconfig-npm.json",
"build-components-stcss": "stc --srcDir=\"./src/components\" --outDir=\"./dist/components\" --stcss",
"build-components-styles-stcss": "stc --srcDir=\"./src/styles\" --outDir=\"./dist/styles\" --stcss",
"lint": "eslint . -f codeframe",
"typecheck": "tsc --noEmit",
"test": "npm run typecheck && npm run lint && npm run unit-tests && npm run cypress",
"unit-tests": "jest --runInBand",
"cypress": "cypress run --component --browser chrome",
"cypress:ui": "cypress open",
"start": "npm run build-stylable-types && npm run storybook",
"storybook": "start-storybook -p 6006 --no-manager-cache",
"build-storybook": "build-storybook"
},
"dependencies": {
"@react-hook/size": "^2.1.2",
"is-hotkey": "^0.2.0",
"is-url": "^1.2.4",
"is-whitespace": "^0.3.0",
"react-beautiful-dnd": "^13.1.1",
"react-click-away-listener": "^2.2.3",
"slate": "0.93.0",
"slate-history": "0.86.0",
"slate-hyperscript": "0.77.0",
"slate-react": "0.91.7",
"use-debounce": "^3.3.0"
},
"peerDependencies": {
"@actionishope/shelley": "^4.1.9"
},
"devDependencies": {
"@actionishope/shelley": "^4.1.9",
"@storybook/addon-a11y": "^6.5.15",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-docs": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.15",
"@stylable/cli": "^5.16.0",
"@stylable/core": "^5.16.0",
"@stylable/jest": "^5.16.0",
"@stylable/runtime": "^5.16.0",
"@stylable/webpack-plugin": "^5.16.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.5",
"@types/is-url": "^1.2.30",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.2",
"@types/react": "^17.0.2",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^17.0.2",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/react-test-renderer": "^17.0.2",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@wixc3/react-board": "^2.1.3",
"copyfiles": "^2.4.1",
"cypress": "^12.13.0",
"cypress-real-events": "^1.7.6",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-stylable": "^5.16.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"match-sorter": "^6.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"storybook-addon-rtl": "^0.4.4",
"ts-dedent": "^2.2.0",
"ts-jest": "29.0.5",
"ts-loader": "^9.2.8",
"typescript": "4.6.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}