-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
41 lines (41 loc) · 1.38 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
{
"name": "dtpmap",
"version": "1.0.0",
"description": "Проект про карту ДТП\r ## Install\r - Install Python3\r - Install Postgres database `brew install postgres`\r - Install project requirements `pip3 install -r requirements.txt`\r - Create database with name 'nonprofit': `createdb dtpmap`\r - Create user:",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx webpack --watch",
"build": "npx webpack --progress --colors",
"build-production": "npx webpack ---config webpack.prod.config.js --progress --colors"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ustnv/dtpmap.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/ustnv/dtpmap/issues"
},
"homepage": "https://gitlab.com/ustnv/dtpmap#README",
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"clean-webpack-plugin": "0.1.19",
"history": "^4.7.2",
"leaflet": "1.4.0",
"leaflet-heatmap": "1.0.0",
"leaflet.locatecontrol": "^0.66.0",
"query-string": "^5.0.0",
"react": "16.3.2",
"react-dom": "16.3.3",
"react-select": "1.2.1",
"webpack": "4.7.0",
"webpack-bundle-tracker": "0.3.0",
"webpack-cli": "2.1.2",
"whatwg-fetch": "2.0.4"
}
}