UNPKG

3.05 kBJSONView Raw
1{
2 "name": "@atlaskit/adf-schema",
3 "version": "25.6.0",
4 "description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
5 "publishConfig": {
6 "registry": "https://registry.npmjs.org/"
7 },
8 "repository": "https://bitbucket.org/atlassian/atlassian-frontend",
9 "author": "Atlassian Pty Ltd",
10 "license": "Apache-2.0",
11 "main": "dist/cjs/index.js",
12 "module": "dist/esm/index.js",
13 "module:es2019": "dist/es2019/index.js",
14 "types": "dist/types/index.d.ts",
15 "sideEffects": false,
16 "atlaskit:src": "src/index.ts",
17 "atlassian": {
18 "team": "Editor",
19 "singleton": true,
20 "inPublicMirror": true,
21 "releaseModel": "scheduled"
22 },
23 "af:exports": {
24 ".": "./src/index.ts",
25 "./steps": "./src/steps.ts",
26 "./schema": "./src/schema/index.ts",
27 "./json-schema": "./src/json-schema/index.ts",
28 "./url": "./src/utils/url.ts",
29 "./schema-bitbucket": "./src/schema/bitbucket-schema.ts",
30 "./schema-confluence": "./src/schema/confluence-schema.ts",
31 "./schema-jira": "./src/schema/jira-schema.ts",
32 "./schema-default": "./src/schema/default-schema.ts"
33 },
34 "scripts": {
35 "build:json-schema": "mkdir -p dist && cp -r json-schema dist",
36 "generate:json-schema": "mkdir -p json-schema/v1/ && yarn generate:json-schema:full && yarn generate:json-schema:stage-0",
37 "generate:json-schema:stage-0": "json-schema-generator --outDir=./json-schema/v1/ --stage=0 ./src/schema/nodes/doc.ts",
38 "generate:json-schema:full": "json-schema-generator --outDir=./json-schema/v1/ ./src/schema/nodes/doc.ts",
39 "ak-postbuild": "yarn build:json-schema"
40 },
41 "dependencies": {
42 "@atlaskit/codemod-utils": "^4.2.0",
43 "@atlaskit/editor-palette": "1.4.0",
44 "@atlaskit/editor-tables": "^2.3.0",
45 "@atlaskit/tokens": "^1.3.0",
46 "@babel/runtime": "^7.0.0",
47 "@types/linkify-it": "^2.0.4",
48 "@types/prosemirror-model": "^1.11.0",
49 "@types/prosemirror-state": "^1.2.0",
50 "css-color-names": "0.0.4",
51 "linkify-it": "^2.0.3",
52 "memoize-one": "^6.0.0",
53 "prosemirror-model": "1.14.3",
54 "prosemirror-transform": "1.3.2"
55 },
56 "devDependencies": {
57 "@atlaskit/adf-utils": "^18.2.0",
58 "@atlaskit/editor-json-transformer": "^8.9.0",
59 "@atlaskit/editor-test-helpers": "^18.2.0",
60 "@atlaskit/json-schema-generator": "^3.3.0",
61 "@atlassian/adf-sample": "^1.1.0",
62 "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
63 "@types/prosemirror-history": "^1.0.1",
64 "ajv": "^6.12.6",
65 "jscodeshift": "^0.13.0",
66 "json-schema-diff-validator": "^0.4.1",
67 "prosemirror-history": "^1.1.3",
68 "prosemirror-state": "1.3.4",
69 "typescript": "4.5.5"
70 },
71 "techstack": {
72 "@atlassian/frontend": {
73 "circular-dependencies": [
74 "file-level"
75 ]
76 },
77 "@repo/internal": {
78 "deprecation": "no-deprecated-imports",
79 "styling": [
80 "emotion"
81 ]
82 }
83 },
84 "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
85}