-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.25 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": "alcatraz-search",
"version": "1.0.0",
"description": "Search Alcatraz better.",
"repository": {
"type": "git",
"url": "[email protected]:starhoshi/AlcatrazSearch.git"
},
"scripts": {
"dev-server": "node webpack/dev-server.js",
"build": "NODE_ENV=production webpack --config webpack/webpack-production.config.js --progress --profile --colors",
"deploy": "npm run build && gh-pages -d build/public",
"test": "./node_modules/.bin/typings install && ./node_modules/.bin/tsc && ./node_modules/.bin/mocha --require test-setup --recursive ./dist/**/__spec__/**/*-spec.js"
},
"author": "start__hoshi <[email protected]>",
"license": "MIT",
"dependencies": {
"bootstrap": "^3.3.6",
"classnames": "^2.2.3",
"es6-promise": "^3.1.2",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.5.1",
"moment": "^2.11.2",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-dom": "^0.14.7",
"react-fa": "^4.0.0",
"react-github-corner": "^0.2.0",
"react-highlighter": "^0.3.1",
"react-list": "^0.7.14",
"react-redux": "^4.4.0",
"react-spinkit": "^1.1.4",
"redux": "^3.3.1",
"redux-actions": "^0.9.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^1.0.3",
"serve-static": "^1.10.2",
"typescript": "^1.8.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.6.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-runtime": "^6.6.1",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"editorconfig": "^0.13.2",
"eslint-plugin-react": "^4.1.0",
"file-loader": "^0.8.5",
"gh-pages": "^0.11.0",
"html-webpack-plugin": "^2.9.0",
"jsdom": "^8.1.0",
"lodash": "^4.5.1",
"mocha": "^2.4.5",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^3.1.1",
"sinon": "^1.17.3",
"socket.io": "^1.4.5",
"stats-webpack-plugin": "^0.3.1",
"style-loader": "^0.13.0",
"ts-loader": "^0.8.1",
"typescript": "^1.8.2",
"typescript-require": "^0.2.9-1",
"typings": "^0.7.5",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"yargs": "^4.2.0"
}
}