-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.22 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
{
"name": "react-requirejs-boilerplate",
"version": "0.1.2",
"description": "Using [React](http://facebook.github.io/react/) with JSX, ES6 modules and all other ES6 and experimental ES7 features provided by [Babel](https://babeljs.io/) transpiler. ES6 files are transpiled on fly (and cached) by the browser alone (no Grunt/Gulp/Broccoli processing is needed).",
"main": "require-config.js",
"scripts": {
"start": "http-server -p 3000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hipertracker/react-requirejs-boilerplate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hipertracker/react-requirejs-boilerplate/issues"
},
"homepage": "https://github.com/hipertracker/react-requirejs-boilerplate#readme",
"dependencies": {
"classnames": "^2.1.3",
"core-decorators": "^0.1.5",
"flowcheck": "^0.2.7",
"immutable": "^3.7.4",
"react": "^0.13.3",
"requirejs": "^2.1.20",
"requirejs-babel": "hipertracker/requirejs-babel"
},
"devDependencies": {
"babel-eslint": "^3.1.23",
"eslint": "^0.24.1",
"eslint-plugin-react": "^2.7.0",
"http-server": "^0.8.0"
}
}