forked from phpid-jakarta/www-smesummit.id-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.82 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
{
"name": "www-nontech-summit-2019",
"version": "1.0.0",
"description": "Website for Small-Medium Enterprise Non-Tech Company Summit 2019 - Organized by PHP Indonesia",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --color --open",
"server": "npm run dev",
"dist": "rimraf ./dist && cross-env NODE_ENV=production webpack --color --progress --hide-modules",
"build": "npm run dist",
"lint": "./node_modules/.bin/eslint --ext .js,.vue src --fix --no-ignore",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazipan/www-nontech-summit-2019.git"
},
"author": "PHP Indonesia",
"license": "MIT",
"bugs": {
"url": "https://github.com/mazipan/www-nontech-summit-2019/issues"
},
"homepage": "https://github.com/mazipan/www-nontech-summit-2019#readme",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"autoprefixer": "^9.3.1",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.0.4",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"css-loader": "^1.0.1",
"ejs-render-loader": "^1.0.0",
"eslint": "^5.9.0",
"eslint-plugin-html": "^5.0.0",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"workbox-webpack-plugin": "^3.6.3"
},
"dependencies": {
"intersection-observer": "^0.5.1",
"rellax": "^1.7.1"
}
}