-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.58 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.58 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
{
"name": "graphic-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run compile && node scripts/watch.js",
"deploy": "npm run compile -- remote",
"list": "sh scripts/remote/versions",
"compile": "node --unhandled-rejections=strict scripts/compile.js",
"build": "npm run compile",
"dev": "npm start"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/the_markup/graphic-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/the_markup/graphic-template/issues"
},
"homepage": "https://gitlab.com/the_markup/graphic-template#readme",
"dependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"browser-sync": "^3.0.3",
"browser-sync-reuse-tab": "^1.0.3",
"chalk": "^3.0.0",
"css-loader": "^6.8.1",
"csvjson": "^5.1.0",
"deasync": "^0.1.30",
"decache": "^4.6.1",
"fs-extra": "^8.1.0",
"glob": "^7.2.3",
"glob-parent": "^6.0.2",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.2",
"http-terminator": "^3.2.0",
"inquirer": "^7.0.5",
"mini-css-extract-plugin": "^2.7.6",
"node-cmd": "^3.0.0",
"node-watch": "^0.7.4",
"puppeteer": "^24.15.0",
"rollup": "^4.34.8",
"sass": "^1.54.4",
"sass-loader": "^13.3.2",
"serve": "^14.2.4",
"svelte": "^4.2.19",
"svelte-loader": "^3.1.9",
"svelte-preprocess": "^5.0.4",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"watch": "^0.13.0",
"webpack": "^5.94.0"
}
}