-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@planager/planager",
"version": "1.0.0",
"scripts": {
"build": "webpack --config prod.config.js",
"dev": "webpack serve --config dev.config.js",
"analyze": "webpack --analyze --config prod.config.js"
},
"author": "Hannah Twigg-Smith",
"repository": {
"type": "git",
"url": "git+https://github.com/machineagency/planager.git"
},
"keywords": [
"planager",
"workflow",
"toolchains"
],
"engines": {
"npm": "8.x",
"node": "16.x"
},
"license": "MIT",
"dependencies": {
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.3.0",
"@codemirror/view": "^6.4.0",
"@svgdotjs/svg.js": "^3.1.2",
"codemirror": "^6.0.1",
"d3": "^7.6.1",
"d3-geo": "^3.0.1",
"lit": "^2.2.3",
"mapbox-gl": "^2.10.0",
"socket.io-client": "^4.5.3"
},
"devDependencies": {
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"lit-css-loader": "^2.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"homepage": "https://github.com/machineagency/planager#readme"
}