This repository was archived by the owner on Jan 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.23 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
{
"name": "twi-snow-stamp",
"version": "0.2.0",
"private": true,
"type": "module",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"dotenv": "^10.0.0",
"htmlnano": "^1.1.1",
"jest": "^27.3.1",
"posthtml": "^0.16.5",
"posthtml-hash": "^1.2.2",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"rimraf": "^3.0.2",
"rollup": "^2.58.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.2",
"svelte": "^3.44.0"
},
"dependencies": {
"dayjs": "^1.10.7",
"express": "^4.17.1",
"node-html-parser": "^5.0.0",
"querystringify": "^2.2.0",
"svelte-media-query": "^1.1.2"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -cw",
"start": "node src/server.js",
"format": "prettier --write .",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"homepage": "https://github.com/mtripg6666tdr/twi-snow-stamp#readme",
"issues": "https://github.com/mtripg6666tdr/twi-snow-stamp/issues"
}