-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
103 lines (103 loc) · 2.91 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"private": true,
"name": "khoa-nguyen-blog",
"homepage": "https://khoanguyen.me",
"twitter": "thangngoc89",
"repository": "https://github.com/thangngoc89/phenomic-theme-type",
"scripts": {
"lint:js": "eslint --ignore-path .gitignore --fix .",
"lint:css": "stylelint \"src/**/*.css\"",
"lint": "npm-run-all --parallel lint:*",
"start": "phenomic start",
"build": "phenomic build",
"pretest": "npm run lint",
"test": "npm run build",
"deploy": "gh-pages --silent --branch master --repo https://[email protected]/thangngoc89/thangngoc89.github.io.git --dist dist"
},
"googleAnalyticsUA": "UA-56785612-1",
"phenomic": {
"assets": "images",
"offline": false,
"devPort": 5445,
"cache": true,
"CNAME": true
},
"babel": {
"presets": [
"babel-preset-react",
"babel-preset-es2015",
"babel-preset-stage-1"
],
"env": {
"production": {
"presets": [
"babel-preset-react-optimize"
]
}
}
},
"eslintConfig": {
"parser": "babel-eslint",
"extends": [
"eslint-config-i-am-meticulous/react"
],
"rules": {
"react/prefer-stateless-function": 0,
"react/no-unknown-property": 0,
"max-len": 0
}
},
"eslintConfigRuleReact/prefer-stateless-function": "https://github.com/MoOx/phenomic/issues/46",
"stylelint": {
"extends": "stylelint-config-standard"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"invariant": "^2.1.1",
"history": "^2.0.0",
"react": "^0.14.0 || ^15.0.0-rc.1",
"react-dom": "^0.14.0 || ^15.0.0-rc.1",
"react-helmet": "^3.0.0",
"react-redux": "^4.0.0",
"react-router": "^2.3.0",
"redux": "^3.0.0",
"webpack": "^1.12.1",
"whatwg-fetch": "^0.11.0",
"babel-eslint": "^6.0.0-beta.0",
"babel-preset-stage-1": "^6.3.13",
"babel-preset-react-optimize": "^1.0.1",
"css-loader": "^0.23.0",
"eslint": "^2.0.0",
"eslint-config-i-am-meticulous": "^4.1.1",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.1",
"json-loader": "^0.5.2",
"postcss-browser-reporter": "^0.4.0",
"postcss-cssnext": "^2.4.0",
"postcss-loader": "^0.7.0",
"postcss-reporter": "^1.3.0",
"npm-run-all": "^1.7.0",
"raw-loader": "^0.5.1",
"react-svg-inline": "^1.1.0",
"react-topbar-progress-indicator": "^1.0.0",
"style-loader": "^0.12.3",
"stylelint": "^6.8.0",
"stylelint-config-standard": "^10.0.0",
"phenomic": "0.17.3"
},
"dependencies": {
"gh-pages": "^0.11.0",
"node-sass": "^3.9.3",
"react-google-analytics": "^0.2.0",
"react-icons": "^2.2.1",
"sass-loader": "^4.0.2",
"yaml-loader": "^0.4.0"
}
}