-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
30 lines (30 loc) · 1.01 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
{
"name": "Railroad Studio",
"version": "1.0.0",
"repository": {
"url": "git+https://github.com/scottanderson/railroad.studio.git"
},
"scripts": {
"build": "webpack --mode=development",
"watch": "webpack --mode=development --watch",
"start": "webpack server --mode=development",
"check": "npx prettier -c .",
"format": "npx prettier -w .",
"build:prod": "webpack --mode=production",
"sync": "aws s3 sync railroad.studio s3://railroad.studio"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^2.7.2",
"@svgdotjs/svg.js": "^3.2.4",
"@total-typescript/ts-reset": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-webpack-plugin": "^4.2.0",
"svg-pan-zoom": "^3.6.1",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}