-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.96 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
{
"name": "golevkadesign.github.io",
"version": "1.0.0",
"description": "The personal website for Golevka.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --info=false --port=8090",
"build": "rm -rf ./assets ./index.html && NODE_ENV=production webpack -p --progress --hide-modules",
"lint": "eslint --ext .js src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/golevkadesign/golevkadesign.github.io.git"
},
"author": [
"Golevka <[email protected]>",
"Peach <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/golevkadesign/golevkadesign.github.io/issues"
},
"homepage": "https://github.com/golevkadesign/golevkadesign.github.io#readme",
"devDependencies": {
"autoprefixer": "^7.1.5",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.8",
"pre-commit": "^1.2.2",
"sass-loader": "^6.0.6",
"script-loader": "^0.7.2",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.2"
},
"pre-commit": [
"lint"
],
"browserslist": [
"> 1%",
"last 1 versions",
"last 4 Android versions",
"last 3 iOS versions"
],
"dependencies": {
"normalize.css": "^7.0.0"
}
}