-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
147 lines (147 loc) · 4.62 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
{
"name": "@storyofams/storyblok-toolkit",
"description": "Batteries-included toolset for efficient development of React frontends with Storyblok as a headless CMS.",
"version": "1.0.0",
"license": "MIT",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"jsnext:main": "dist/esm/src/index.js",
"types": "dist/esm/index.d.ts",
"sideEffects": false,
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"commit": "./node_modules/cz-customizable/standalone.js",
"test": "jest --coverage",
"test:watch": "jest --watch",
"lint": "eslint --ext .ts --ext .tsx ./src",
"prettier": "prettier \"**/*.+(js|jsx|json|yml|yaml|css|ts|tsx|md|mdx)\"",
"build": "npm run build-types && npm run bundle",
"bundle": "rollup -c",
"bundle:watch": "rollup -c -w",
"build-types": "tsc --project tsconfig.build.json",
"build-types:watch": "tsc --project tsconfig.build.json --watch",
"prepublishOnly": "npm run build",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"graphql": "14.x || 15.x",
"graphql-request": "3.x",
"react": "16.x | 17.x",
"react-dom": "16.x | 17.x"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"intersection-observer": "^0.12.0",
"storyblok-rich-text-react-renderer": "^2.1.1"
},
"devDependencies": {
"@babel/cli": "7.12.13",
"@babel/core": "7.12.13",
"@babel/plugin-proposal-class-properties": "7.12.13",
"@babel/plugin-transform-runtime": "7.12.15",
"@babel/preset-env": "7.12.13",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@rollup/plugin-babel": "5.2.3",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "11.1.1",
"@semantic-release/changelog": "5.0.1",
"@storyofams/eslint-config-ams": "1.1.2",
"@testing-library/cypress": "7.0.3",
"@testing-library/dom": "7.29.4",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.3",
"@testing-library/react-hooks": "^5.1.0",
"@testing-library/user-event": "12.6.0",
"@types/express": "4.17.11",
"@types/jest": "26.0.20",
"@types/jest-axe": "^3.5.1",
"@types/node": "14.14.21",
"@types/react": "17.0.8",
"@types/react-dom": "17.0.5",
"@types/testing-library__jest-dom": "5.9.5",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"@zerollup/ts-transform-paths": "1.7.18",
"awesome-typescript-loader": "5.2.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"babel-preset-react-app": "10.0.0",
"cz-customizable": "git+https://github.com/storyofams/cz-customizable.git#6.3.1",
"eslint": "7.18.0",
"eslint-config-prettier": "7.1.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-mdx": "^1.8.2",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"events": "^3.3.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"husky": "4.3.8",
"isomorphic-fetch": "^3.0.0",
"jest": "26.6.3",
"jest-axe": "^4.1.0",
"jest-styled-components": "^7.0.3",
"lint-staged": "10.5.3",
"msw": "^0.27.1",
"next": "11.1.1",
"node-mocks-http": "^1.10.1",
"prettier": "2.2.1",
"querystring": "^0.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2",
"rollup": "2.38.5",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-clear": "2.0.7",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-filesize": "9.1.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.29.0",
"semantic-release": "17.3.3",
"ts-jest": "26.4.4",
"ts-loader": "8.0.16",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "2.1.0",
"ttypescript": "1.5.12",
"typescript": "4.1.3"
},
"eslintConfig": {
"extends": [
"@storyofams/eslint-config-ams/web"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"**/*.+(js|jsx|ts|tsx)": [
"yarn lint --fix"
]
},
"repository": {
"type": "git",
"url": "https://github.com/storyofams/storyblok-toolkit.git"
}
}