-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 923 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
{
"name": "fsw-p5-map",
"version": "1.0.0",
"description": "fsw-p5-map",
"main": "app.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production --module-bind js=babel-loader"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gregdferrell/fsw-p5-neighborhood-map.git"
},
"author": "Greg Ferrell",
"license": "MIT",
"homepage": "https://github.com/gregdferrell/fsw-p5-neighborhood-map#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"html-loader": "^0.5.5",
"style-loader": "^0.20.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
},
"dependencies": {
"axios": "^0.18.0",
"jquery": "^3.3.1",
"knockout": "^3.4.2"
}
}