-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.48 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
{
"name": "webtech",
"version": "1.0.0",
"description": "Gallery Website",
"main": "./dist/bundle.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"deploy": "node deploy.js",
"server": "webpack-dev-server",
"debug": "webpack-dev-server --debug --devtool source-map"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Runecreed/runecreed.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Runecreed/runecreed.github.io/issues"
},
"homepage": "https://github.com/Runecreed/runecreed.github.io#readme",
"devDependencies": {
"babel-eslint": "^8.0.3",
"babel-preset-env": "^1.6.1",
"bootstrap-imageupload": "^1.1.3",
"css-loader": "^0.28.7",
"eslint": "^4.12.1",
"expose-loader": "^0.7.4",
"file-loader": "^1.1.5",
"gh-pages": "^1.1.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"load-google-maps-api-2": "^1.0.2",
"materialize-css": "^0.100.2",
"number-to-words": "^1.2.3",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.9.5"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.34",
"@babel/preset-env": "^7.0.0-beta.34",
"babel-core": "^6.26.0",
"babel-loader": "^8.0.0-beta.0",
"jquery": "^3.2.1",
"promise-polyfill": "6.1.0"
}
}