-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.25 KB
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
{
"name": "aurora-react-alt",
"version": "1.0.0",
"description": "A prototype Aurora UI using React + Alt + React Router",
"scripts": {
"build": "./node_modules/.bin/webpack --config webpack.config.production.js",
"lint": "eslint .",
"start": "node server.js",
"test": "NODE_ENV=test karma start config/karma.config.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"alt": "^0.17.1",
"babel-runtime": "^5.6.17",
"flux": "^2.0.3",
"react": "^0.13.3",
"react-router": "^0.13.3"
},
"devDependencies": {
"babel-core": "^5.6.17",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.3.1",
"chai": "^3.0.0",
"eslint": "^0.24.1",
"eslint-config-standard": "^3.4.1",
"eslint-config-standard-react": "^1.0.1",
"eslint-plugin-react": "^2.7.0",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.6.0",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "^1.2.8",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/jcohen/aurora-react.git"
}
}