-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.85 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
{
"name": "metro-map",
"version": "0.6.5",
"description": "St Petersburg's future metro",
"dependencies": {
"alertifyjs": "^1.13.1",
"animate-svg": "^1.1.0",
"bim": "^1.3.2",
"delay.js": "^2.0.0",
"download.js": "^1.0.0",
"github-api": "^3.4.0",
"hammerjs": "^2.0.8",
"html-tags": "^3.1.0",
"leaflet": "^1.7.1",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"svgio": "^0.4.0",
"tryfunc": "^3.1.0",
"tslib": "^2.4.0",
"unblur": "^0.6.0"
},
"devDependencies": {
"@inker/eslint-config-typescript": "^10.5.0",
"@types/hammerjs": "^2.0.40",
"@types/leaflet": "^1.7.4",
"@types/lodash": "^4.14.171",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"eslint": "^8.21.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^2.1.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.4.31",
"postcss-loader": "^6.1.1",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^6.7.0",
"style-loader": "^3.2.1",
"stylelint": "^15.10.1",
"stylelint-config-standard": "^22.0.0",
"terser-webpack-plugin": "^5.1.3",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"typescript-plugin-lodash": "^0.1.0",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"scripts": {
"lint:js": "eslint --ext .ts,.tsx --max-warnings=0 src",
"lint:css": "stylelint './src/**/*.ts'",
"lint": "run-p -c \"lint:css -- {1}\" \"lint:js -- {1}\" --",
"build": "webpack --color --config webpack/webpack.config.js",
"start": "webpack serve --color --env dev --config webpack/webpack.config.js",
"test": "echo \"No test\""
},
"author": "Anton Veselyev",
"license": "MIT"
}