-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.18 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
{
"name": "@dlightjs/markit",
"version": "1.0.0-alpha.8",
"description": "Markit for DLight",
"author": {
"name": "IanDx",
"email": "iandxssxx@gmail.com"
},
"keywords": [
"dlight.js",
"markit"
],
"license": "MIT",
"files": [
"dist"
],
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "node ./scripts/tsupBabel.js",
"dev": "vite"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@dlightjs/types": "1.0.0-alpha.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"babel-preset-dlight": "1.0.0-alpha.21",
"babel-preset-easy-css": "0.10.14",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"path": "^0.12.7",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"vite": "^4.5.1",
"vite-plugin-dlight": "1.0.0-alpha.21"
},
"dependencies": {
"@dlightjs/dlight": "1.0.0-alpha.35",
"@emotion/css": "^11.11.2",
"@iandx/markit": "^0.1.6",
"clsx": "^2.1.0"
}
}