-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.93 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@smevirtual/smevirtual-website",
"version": "0.0.0",
"description": "Official homepage for the SME Virtual Network at smevirtual.com.",
"private": true,
"license": "MIT",
"homepage": "https://www.smevirtual.com/",
"author": "SME Virtual Network Contributors <open@smevirtual.com>",
"repository": {
"type": "git",
"url": "https://github.com/smevirtual/smevirtual-website.git"
},
"bugs": {
"url": "https://github.com/smevirtual/smevirtual-website/issues"
},
"scripts": {
"build:dev": "cross-env DEPLOY_BASE_URL=http://lvh.me:3000/ gulp build",
"build:prod": "cross-env NODE_ENV=production DEPLOY_BASE_URL=https://smevirtual.com/ gulp build",
"clean": "gulp clean",
"postinstall": "ts-node jigs-bootstrap.ts",
"serve:dev": "cross-env DEPLOY_BASE_URL=http://lvh.me:3000/ gulp serve",
"serve:prod": "cross-env NODE_ENV=production DEPLOY_BASE_URL=http://lvh.me:8080/ gulp build && http-server ./docs"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.51",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.51",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.51",
"@babel/plugin-transform-object-assign": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/register": "^7.0.0-beta.51",
"@types/node": "^12.0.4",
"autoprefixer": "^8.6.2",
"babel-eslint": "^8.2.5",
"browser-sync": "^2.24.5",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-prettier": "^2.6.0",
"fancy-log": "^1.3.2",
"file-loader": "^4.0.0",
"git-hooks-plus": "^1.0.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-copy": "^1.1.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"hasbin": "^1.2.3",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"postcss-loader": "^2.1.6",
"prettier": "^1.17.1",
"raw-loader": "^3.0.0",
"sass-loader": "^7.0.3",
"storyboard": "^3.1.4",
"storyboard-preset-console": "^3.1.4",
"style-loader": "^0.21.0",
"stylelint": "^9.3.0",
"stylelint-config-prettier": "^3.3.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-prettier": "^1.1.1",
"stylelint-scss": "^3.2.0",
"tslint": "^5.17.0",
"ts-loader": "^4.4.2",
"ts-node": "^8.2.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "4.33.0",
"webpack-cli": "^3.3.2",
"webpack-manifest-plugin": "^2.0.4"
},
"engines": {
"node": ">=12"
}
}