-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.42 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "phoenix",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./webpack/server.js",
"start:pug": "node ./webpack/server.js --compile-pug",
"w3c": "node ./webpack/w3c",
"watch": "webpack --watch",
"build": "webpack --config ./webpack/webpack.prod.js",
"build:production": "SET NODE_ENV=production&& webpack --config ./webpack/webpack.prod.js",
"live": "cross-env cp -a ./build/. ./live/v%npm_package_version%",
"publish": "gh-pages -d live",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts .",
"prettier:fix": "prettier --write src",
"compile:scripts": "webpack --config ./webpack/compile/compile-scripts.js",
"compile:scss": "webpack --config ./webpack/compile/compile-styles.js",
"compile:pug": "webpack --config ./webpack/compile/compile-pug.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.11.0",
"@types/bootstrap": "^5.1.6",
"@types/feather-icons": "^4.7.0",
"@types/leaflet": "^1.7.9",
"@types/leaflet-markercluster": "^1.0.3",
"@types/lodash.merge": "^4.6.6",
"@types/prismjs": "^1.16.6",
"anchor-js": "^4.3.1",
"bootstrap": "^5.1.3",
"chart.js": "^3.7.0",
"dayjs": "^1.10.7",
"dotenv": "^16.0.0",
"echarts": "^5.2.2",
"feather-icons": "^4.28.0",
"is_js": "^0.9.0",
"leaflet": "^1.7.1",
"leaflet.markercluster": "^1.5.3",
"leaflet.tilelayer.colorfilter": "^1.2.5",
"list.js": "^2.3.1",
"lodash.merge": "^4.6.2",
"prismjs": "^1.26.0",
"rater-js": "^1.0.1",
"uuid": "^8.3.2",
"yargs": "^17.3.1"
},
"devDependencies": {
"beautify-html-webpack-plugin": "^1.0.3",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"chokidar": "^3.5.2",
"copy-webpack-plugin": "^10.2.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.3.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-webpack-plugin": "^3.1.1",
"filewatcher": "^3.0.1",
"gh-pages": "^3.2.3",
"glob": "^7.2.0",
"html-beautify-webpack-plugin": "^1.0.5",
"html-validate": "^6.1.4",
"html-validate-plugin": "^1.0.0",
"html-validate-webpack-plugin": "^1.2.0",
"html-webpack-harddisk-plugin": "^2.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"node-w3c-validator": "^2.0.2",
"portfinder-sync": "0.0.2",
"prettier": "^2.5.1",
"pretty": "^2.0.0",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"sane": "^5.0.1",
"sass": "^1.45.0",
"sass-loader": "^12.4.0",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.5.4",
"unminified-webpack-plugin": "^3.0.0",
"w3cjs": "^0.4.0",
"webpack": "^5.65.0",
"webpack-chokidar-plugin": "^1.0.5",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-remove-empty-scripts": "^0.7.2",
"webpack-rtl-plugin": "^2.0.0"
}
}