-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.55 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
{
"name": "Spen-Taylor",
"version": "0.0.1",
"description": "",
"license": "MIT",
"dependencies": {
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-react-jsx-img-import": "^0.1.3",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"history": "^1.9.0",
"json-loader": "^0.5.4",
"lodash": "^4.17.2",
"normalize.css": "^5.0.0",
"react": "^15.4.1",
"react-document-title": "^2.0.2",
"react-dom": "^15.4.1",
"react-icons": "^2.2.1",
"react-markdown": "^2.4.2",
"react-motion": "^0.4.5",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-router-transition": "^0.0.6",
"react-textarea-autosize": "^4.0.5",
"redux": "^3.6.0",
"redux-form": "^6.3.2",
"redux-saga": "^0.13.0",
"styled-components": "^1.0.11",
"svg-react-loader": "^0.3.7",
"webpack-dashboard": "^0.2.1",
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "7.1.1",
"babel-loader": "^6.2.10",
"css-loader": "^0.26.0",
"debug": "^2.2.0",
"eslint": "^3.10.2",
"eslint-config-wpcalypso": "^0.6.0",
"eslint-import-resolver-webpack": "0.6.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.4.1",
"eslint-plugin-wpcalypso": "^3.0.2",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.6.1",
"pre-commit": "^1.1.3",
"react-hot-loader": "^3.0.0-beta.6",
"rimraf": "^2.5.0",
"style-loader": "^0.12.3",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
},
"scripts": {
"clean": "rimraf client/dev",
"clean-dist": "rimraf client/dist",
"build": "npm run clean && webpack --config client/webpack.dev.js",
"build-dash": "npm run clean && webpack-dashboard -c cyan -- webpack --config client/webpack.dev.js",
"export": "npm run clean-dist && webpack --config client/webpack.prod.js",
"export-dash": "npm run clean-dist && webpack-dashboard -c cyan -- webpack --config client/webpack.prod.js",
"lint": "eslint client/src",
"start": "npm run build && node client/server.js",
"start-dash": "webpack-dashboard -c cyan -- npm start"
},
"pre-commit": [
"lint"
],
"main": "client/src/index.js",
"repository": "[email protected]:spen/spen.github.io-react.git",
"author": "Spen Taylor <[email protected]>"
}