-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
{
"name": "ticlo-org",
"version": "0.0.1",
"description": "ticlo editor main pages",
"repository": {
"type": "git",
"url": "https://github.com/ticlo/ticlo.org.git"
},
"author": {
"name": "Rick Zhou",
"email": "[email protected]"
},
"license": "MPL-2.0",
"dependencies": {
"@ticlo/core": "^0.0.4",
"@ticlo/editor": "^0.0.4",
"@ticlo/html": "^0.0.4"
},
"devDependencies": {
"@ant-design/icons": "^4.0.5",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@types/codemirror": "^0.0.90",
"@types/dompurify": "^2.0.1",
"@types/marked": "^0.7.3",
"@types/moment-timezone": "^0.5.13",
"@types/node": "^13.11.0",
"@types/qs": "^6.9.1",
"@types/react": "^16.9.32",
"@types/react-color": "^3.0.1",
"@types/react-dom": "^16.9.6",
"@types/tinycolor2": "^1.4.2",
"@types/ws": "^7.2.3",
"antd": "^4.1.0",
"codemirror": "^5.52.2",
"coveralls": "^3.0.11",
"cross-env": "^7.0.2",
"dompurify": "^2.0.8",
"less": "^3.11.1",
"lodash": "^4.17.15",
"marked": "^0.8.2",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.2",
"qs": "^6.9.3",
"rc-dock": "^2.5.6",
"rc-trigger": "^4.0.2",
"react": "^16.13.1",
"react-codemirror2": "^7.1.0",
"react-color": "^2.18.0",
"react-dom": "^16.13.1",
"resize-observer-polyfill": "^1.5.1",
"tinycolor2": "^1.4.1",
"ts-node": "^8.8.2",
"tslint": "^6.1.1",
"tslint-react": "^4.2.0",
"typescript": "^3.8.3",
"ws": "^7.2.3"
},
"scripts": {
"build-editor": "parcel build src/editor.html --no-content-hash --no-source-maps --no-minify --public-url ./"
}
}