-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1004 Bytes
/
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
{
"name": "city-fog",
"version": "0.0.1",
"siteProperties": {
"name": "City Fog",
"embedTitle": "City Fog Theme",
"description": "A cyberpunk-esque color pallette/theme, designed to give a cold but lively feel.",
"color": "#7bb1bd"
},
"private": false,
"dependencies": {
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@swc/cli": "^0.1.51",
"@swc/core": "^1.2.93",
"css-loader": "^6.3.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.4.2",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"swc-loader": "^0.1.15",
"webpack": "^5.58.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",
"webpack-pwa-manifest": "^4.3.0"
},
"scripts": {
"start": "npx webpack serve --open",
"build": "npx webpack --mode production --env=mode=production"
}
}