-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.29 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
{
"name": "shiruco.tokyo",
"version": "0.0.1",
"description": "shiruco.tokyo",
"repository": {
"type": "git",
"url": "[email protected]:shiruco/shiruco.tokyo.git"
},
"scripts": {
"start": "NODE_ENV=development node server.js",
"dev": "webpack -w -d --config webpack.dev.config.js",
"build": "webpack -p --config webpack.prod.config.js",
"test": "cross-env NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
"test:watch": "npm test -- --watch"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.3.15",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.3.13",
"babel-runtime": "^5.8.25",
"classnames": "^2.1.2",
"cross-env": "^1.0.7",
"css-loader": "^0.15.1",
"eslint": "^2.5.3",
"eslint-config-airbnb": "^9.0.1",
"eslint-loader": "^1.1.0",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^3.5.1",
"expect": "^1.8.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"fbjs": "^0.3.2",
"file-loader": "^0.9.0",
"history": "^2.1.1",
"jsdom": "^5.6.1",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.7.0",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"react": "^0.14.0",
"react-addons-create-fragment": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.0",
"react-addons-test-utils": "^0.14.7",
"react-addons-transition-group": "^0.14.0",
"react-addons-update": "^0.14.0",
"react-css-modules": "^3.7.8",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.0.0",
"react-router": "2.0.0",
"react-router-redux": "^4.0.0",
"redux": "^3.0.2",
"redux-devtools": "^2.1.5",
"sass-loader": "3.2.0",
"style-loader": "0.7.0",
"url-loader": "^0.5.7",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.9.1"
},
"dependencies": {
"react-mailto": "^0.4.0"
}
}