-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
{
"name": "gameface-templace",
"version": "0.0.0",
"scripts": {
"build": "webpack --mode=production --node-env=production",
"dev": "webpack --mode=development",
"watch": "webpack --watch",
"serve": "webpack serve",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@tsconfig/svelte": "^2.0.1",
"clean-terminal-webpack-plugin": "^3.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.5.1",
"esbuild-loader": "^2.16.0",
"html-webpack-plugin": "^5.5.0",
"mdsvex": "^0.9.8",
"mini-css-extract-plugin": "^2.4.5",
"prettier": "^2.5.0",
"prettier-plugin-svelte": "^2.5.0",
"stylelint": "^14.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^6.0.0",
"stylelint-order": "^5.0.0",
"svelte": "^3.44.2",
"svelte-as-markup-preprocessor": "^0.2.0",
"svelte-check": "^2.2.10",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.9.8",
"svelte-trim": "^0.1.0",
"tslib": "^2.3.1",
"typescript": "^4.5.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"packageManager": "[email protected]",
"description": "My webpack project"
}