-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "cumbria-wedding-map",
"version": "1.0.0",
"description": "A website which shows wedding venues in the lakedistrict.",
"main": "index.js",
"scripts": {
"start": "npx webpack-dev-server --mode development --open --config webpack.dev.js",
"build": "npx webpack -p --config webpack.prod.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/jquery": "^3.3.1",
"knockout": "^3.5.0-beta",
"jquery": "^3.3.1"
},
"devDependencies": {
"@types/googlemaps": "^3.30.7",
"@types/knockout": "^3.4.52",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.0.6",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"style-loader": "^0.20.3",
"ts-loader": "^4.0.1",
"tslint": "^5.9.1",
"tslint-loader": "^3.6.0",
"typescript": "^2.7.2",
"typings-for-css-modules-loader": "^1.7.0",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.2"
}
}