generated from pklaschka/xd-plugin-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
95 lines (95 loc) · 2.93 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
{
"name": "document-chat-for-adobe-xd",
"version": "0.4.0",
"private": true,
"description": "Chat for XD Cloud Documents",
"license": "MIT",
"author": "Pablo Klaschka",
"scripts": {
"build": "npm run compile && xdpm package dist",
"compile": "webpack --config webpack.config.js --mode production",
"debug:install": "webpack --config webpack.config.js --mode production && xdpm install dist -o",
"debug:watch": "xdpm watch dist | webpack --config webpack.config.js --mode production --watch",
"debug:watch-prerelease": "xdpm watch dist -w p | webpack --config webpack.config.js --mode production --watch",
"docs": "dita-ot-helper --verbose -i 3.6 './docs/build-configs/*.json'",
"lint": "eslint . --ignore-pattern node_modules/",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write .",
"start": "npm run debug:watch",
"stats": "sloc src",
"test:e2e": "cypress run-ct",
"version": "node devtools/sync-versions.js"
},
"keywords": [
"chat",
"privacy",
"cloud documents",
"coediting",
"collaboration"
],
"dependencies": {
"@fliegwerk/logsemts": "0.4.3",
"@formatjs/intl-relativetimeformat": "11.4.8",
"babel-core": "6.26.3",
"babel-loader": "8.4.1",
"babel-plugin-transform-react-jsx": "6.24.1",
"install": "0.13.0",
"markdown-it": "13.0.2",
"markdown-it-emoji": "2.0.2",
"npm": "8.19.4",
"pure-md5": "0.1.14",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.8.9",
"react-router-dom": "6.28.1",
"v4-uuid": "1.1.0",
"xd-storage-helper": "1.2.3"
},
"devDependencies": {
"@adobe/xdpm": "4.1.1",
"@cypress/webpack-dev-server": "1.8.4",
"@types/adobe-xd": "https://github.com/AdobeXD/typings/tarball/master",
"@types/markdown-it": "12.2.3",
"@types/markdown-it-emoji": "2.0.5",
"@types/node": "17.0.45",
"@types/punycode": "2.1.4",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-intl": "3.0.0",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-core": "6.26.3",
"babel-loader": "8.4.1",
"babel-plugin-transform-react-jsx": "6.24.1",
"chalk": "4.1.2",
"cross-env": "7.0.3",
"css-loader": "6.11.0",
"cypress": "10.11.0",
"dita-ot-helper": "0.13.1",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-jsdoc": "39.9.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-tsdoc": "0.4.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.3",
"jsdoc": "3.6.11",
"postcss-scss": "4.0.9",
"prettier": "2.8.8",
"prettier-plugin-organize-imports": "2.3.4",
"prettier-plugin-package": "1.4.0",
"prettier-plugin-style-order": "0.2.2",
"sass": "1.83.0",
"sass-loader": "13.3.3",
"shelljs": "0.8.5",
"sloc": "0.3.2",
"source-map-loader": "3.0.2",
"style-loader": "3.3.4",
"ts-loader": "9.5.1",
"typescript": "4.9.5",
"webpack": "5.97.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2"
}
}