-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"private": true,
"name": "@pictogrammers/components",
"type": "module",
"version": "0.3.3",
"license": "MIT",
"author": "Austin Andrews",
"scripts": {
"start": "element-start",
"build": "element-build",
"publish": "element-publish",
"publish2": "cross-env NODE_OPTIONS=--max_old_space_size=8192 mode=production webpack --config webpack.publish.config.js && node ./scripts/publish.js",
"test": "jest --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Templarian/MaterialDesign-Web-Component.git"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"@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.40",
"@pictogrammers/element-jest": "^0.1.7",
"@pictogrammers/element-webpack": "^0.1.40",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"typescript": "^5.3.2"
}
}