This repository was archived by the owner on Dec 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.41 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.41 KB
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
{
"name": "fusebox-static",
"version": "0.1.0",
"description": "Static prototype of FuseBox",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"dev": "webpack-dev-server --mode development",
"staging": "npm run build && surge dist/ fusebox.surge.sh",
"production": "npm run build && surge dist/ app.fusebox.org.uk"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TechforgoodCAST/fusebox-static.git"
},
"author": "Suraj Vadgama",
"license": "ISC",
"bugs": {
"url": "https://github.com/TechforgoodCAST/fusebox-static/issues"
},
"homepage": "https://github.com/TechforgoodCAST/fusebox-static#readme",
"dependencies": {
"vue-cookie-accept-decline": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.11",
"dotenv": "^6.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"google-client-api": "^1.0.4",
"html-webpack-plugin": "^3.2.0",
"marked": "^0.4.0",
"node-sass": "^4.9.0",
"robotstxt-webpack-plugin": "^4.0.1",
"sass-loader": "^7.0.3",
"surge": "^0.20.1",
"vue": "^2.5.16",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}
}