-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 910 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 910 Bytes
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
{
"private": true,
"name": "@pictogrammers/components",
"type": "module",
"version": "0.4.10",
"license": "MIT",
"author": "Austin Andrews",
"scripts": {
"start": "element-start",
"build": "element-build",
"publish": "element-publish",
"test": "jest --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Templarian/MaterialDesign-Web-Component.git"
},
"dependencies": {
"@types/js-yaml": "^4.0.5",
"dexie": "^3.2.1",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"prismjs": "^1.27.0",
"remarkable": "^2.0.1"
},
"devDependencies": {
"@pictogrammers/element": "0.0.74",
"@pictogrammers/element-esbuild": "^0.0.20",
"@pictogrammers/element-jest": "^0.1.10",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"typescript": "^5.9.3",
"webpack-cli": "^6.0.1"
}
}