forked from kode-team/easylogic.studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.87 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.87 KB
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
{
"name": "@easylogic/editor",
"version": "0.12.0",
"description": "Fantastic Web Design Tool ",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"main": "./dist/editor.umd.js",
"module": "./dist/editor.es.js",
"exports": {
".": {
"import": "./dist/editor.es.js",
"require": "./dist/editor.umd.js"
}
},
"dependencies": {
"@entityjs/entityjs": "0.0.5",
"array-organizer": "^1.5.7",
"fit-curve": "^0.2.0",
"gl-matrix": "^3.3.0",
"js-video-url-parser": "^0.4.3",
"nurbs": "^1.1.1",
"open-color": "^1.9.1",
"pathkit-wasm": "^0.7.0",
"svg-arc-to-cubic-bezier": "^3.2.0",
"yorkie-js-sdk": "^0.1.11"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.32",
"adorable-css": "^0.5.2",
"autoprefixer": "^9.8.6",
"cssnano": "^5.0.13",
"happy-dom": "^2.25.1",
"postcss": "^8.4.4",
"release-it": "^14.6.2",
"rollup-plugin-copy": "^3.4.0",
"sass": "^1.44.0",
"svelte": "^3.44.3",
"vite": "^2.6.14",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-replace": "^0.1.1",
"vitest": "0.0.107"
},
"scripts": {
"vite:dev": "vite --config=vite.config.js",
"vite:dist": "vite build --config=vite.dist.config.js",
"vite:prod": "vite build --config=vite.prod.config.js && npm run copy:resource",
"release": "release-it *",
"copy:resource": "cp CNAME docs/",
"build": "npm run vite:prod && npm run vite:dist",
"dev": "npm run vite:dev",
"test": "vitest",
"coverage": "vitest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easylogic/editor.git"
},
"keywords": [
"CSS",
"CODE",
"Editor",
"Path",
"SVG"
],
"author": "easylogic",
"license": "MIT",
"bugs": {
"url": "https://github.com/easylogic/editor/issues"
},
"homepage": "https://editor.easylogic.studio/"
}