-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.9 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
{
"name": "arkit-editor",
"version": "1.1.7",
"description": "Arkit React-based editor for PlantUML",
"scripts": {
"architecture": "arkit -f src/index.tsx -o arkit.svg",
"start": "parcel ./src/index.html",
"build": "npm run prettier && rm -rf dist/* && npx parcel build ./src/index.html",
"test": "start-server-and-test test:server http://localhost:1234 test:cypress",
"test:cypress": "cypress run --browser chrome",
"test:server": "serve -l 1234 -s dist/",
"test:cypress-open": "npm start && npx cypress open",
"prettier": "prettier --write \"{src,cypress}/**/*.{ts,tsx,html,scss,js}\"",
"prepack": "npm run architecture && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dyatko/arkit-editor.git"
},
"keywords": [
"arkit",
"plantuml",
"editor",
"react",
"redux",
"ace",
"uml"
],
"author": "Marat Dyatko <i@marat.by>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dyatko/arkit-editor/issues"
},
"homepage": "https://github.com/dyatko/arkit-editor#readme",
"devDependencies": {
"@types/react": "16.8.23",
"@types/styled-components": "4.1.16",
"cypress": "3.3.2",
"parcel": "1.12.3",
"prettier": "1.18.2",
"sass": "1.22.3",
"serve": "11.0.2",
"start-server-and-test": "1.9.1",
"typescript": "3.5.2"
},
"dependencies": {
"arkit": "1.6.2",
"arkit-encoder-decoder": "1.0.0",
"marked": "0.7.0",
"monaco-editor": "0.17.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-github-btn": "1.0.5",
"react-loader-spinner": "2.3.0",
"react-markdown": "4.1.0",
"react-monaco-editor": "0.26.2",
"react-redux": "7.1.0",
"redux": "4.0.1",
"redux-persist": "5.10.0",
"styled-components": "4.3.2",
"styled-reset": "2.0.16"
},
"renovate": {
"extends": [
"config:base",
":automergeAll"
]
}
}