-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.8 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"private": true,
"name": "website",
"version": "1.0.0",
"description": "Techramento Website",
"main": "index.js",
"author": "Derek Lindahl",
"license": "",
"keywords": [],
"bugs": {
"url": "https://github.com/techramento/website/issues"
},
"homepage": "http://scientist-gas-63640.netlify.com/",
"twitter": "techramento",
"scripts": {
"lint:js": "prettier-eslint --write \"src/**/*.js\" && eslint --ignore-path .gitignore --fix .",
"lint:markdown": "remark ./content/*.md ./content/**/*.md",
"lint": "npm-run-all --parallel lint:*",
"start": "phenomic start",
"build": "NODE_ENV=production phenomic build",
"pretest": "npm run lint",
"serve": "static dist",
"test": "NODE_ENV=test npm run build"
},
"engines": {
"node": "7.5.0"
},
"phenomic": {
"CNAME": false
},
"contributors": [
{
"name": "Derek Lindahl",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/techramento/website.git"
},
"dependencies": {
"empty": "^0.10.1",
"glamor": "^2.20.25",
"lodash-es": "^4.17.4",
"prop-types": "^15.5.8",
"react-fetch-component": "^2.5.1",
"stemcell": "^1.2.1",
"zamora": "^1.0.1"
},
"eslintConfig": {
"root": true,
"extends": "./node_modules/phenomic/lib/eslint-config-recommended/index.js"
},
"stylelint": {
"extends": "./node_modules/phenomic/lib/stylelint-config-recommended/index.js"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.14.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0-beta.1",
"babel-plugin-dynamic-import-node": "^1.0.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-react-jsx-self": "^6.22.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.23.0",
"classnames": "^2.2.5",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint-config-react-app": "^0.6.2",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-flowtype": "^2.32.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"history": "^2.0.0",
"node-static": "^0.7.9",
"npm-run-all": "^1.7.0",
"phenomic": "^0.21.1",
"postcss-browser-reporter": "^0.4.0",
"postcss-loader": "^1.3.3",
"postcss-reporter": "^1.3.0",
"prettier-eslint-cli": "^3.4.2",
"raw-loader": "^0.5.1",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-helmet": "^5.0.3",
"react-hot-loader": "^3.0.0-beta",
"react-redux": "^4.0.0",
"react-router": "^2.3.0",
"react-svg-inline": "^1.1.0",
"react-topbar-progress-indicator": "^1.0.0",
"redux": "^3.0.0",
"remark-cli": "^3.0.1",
"remark-preset-lint-consistent": "^2.0.0",
"remark-preset-lint-recommended": "^2.0.0",
"style-loader": "^0.13.0",
"warning": "^3.0.0",
"webpack": "^2.3.0",
"whatwg-fetch": "^0.11.0"
}
}