-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.23 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
{
"name": "boundary-import",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.babel.js --display-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IronCountySchoolDistrict/boundary-import.git"
},
"author": "ICSD",
"license": "ISC",
"bugs": {
"url": "https://github.com/IronCountySchoolDistrict/boundary-import/issues"
},
"homepage": "https://github.com/IronCountySchoolDistrict/boundary-import#readme",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.52",
"@babel/core": "^7.0.0-beta.52",
"@babel/plugin-transform-modules-amd": "^7.0.0-beta.52",
"@babel/plugin-transform-regenerator": "^7.0.0-beta.52",
"@babel/plugin-transform-runtime": "^7.0.0-beta.52",
"@babel/polyfill": "^7.0.0-beta.52",
"@babel/preset-env": "^7.0.0-beta.52",
"@babel/preset-stage-0": "^7.0.0-beta.52",
"@babel/runtime": "^7.0.0-beta.52",
"autoprefixer": "^8.2.0",
"babel-loader": "^8.0.0-beta.4",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "1.0.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^1.1.11",
"gulp": "gulpjs/gulp#4.0",
"gulp-ps-tasks": "../gulp-ps-tasks/dist",
"gulp4-ps-tasks": "^0.1.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "0.4.1",
"pkginfo": "^0.4.1",
"postcss": "^6.0.21",
"postcss-autoreset": "^2.0.2",
"postcss-loader": "^2.1.3",
"postcss-modules": "^1.1.0",
"sass-loader": "^7.0.3",
"style-loader": "0.21.0",
"webpack": "^4.3.0",
"webpack-cli": "3.0.8",
"webpack-hot-client": "^4.1.0",
"webpack-merge": "^4.1.3",
"write-file-webpack-plugin": "^4.3.2"
},
"dependencies": {
"@babel/register": "^7.0.0-beta.52",
"@mapbox/polyline": "^0.2.0",
"@mapbox/togeojson": "^0.16.0",
"jsonpath": "^1.0.0",
"mime-types": "^2.1.18",
"notyf": "^2.0.1",
"whatwg-fetch": "^2.0.3",
"xmldom": "^0.1.27"
}
}