-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "react-systemjs-jspm-starter",
"version": "1.0.0",
"description": "Starter kit react, systemjs, jspm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "jspm bundle app/index.js --minify --inject",
"clean": "jspm unbundle",
"push": "npm run build && surge"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmbtech/React-SystemJs-jspm-starter.git"
},
"keywords": [
"react",
"systemjs",
"jspm"
],
"author": "Robert dela Victoria <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tmbtech/React-SystemJs-jspm-starter/issues"
},
"homepage": "https://github.com/tmbtech/React-SystemJs-jspm-starter#readme",
"devDependencies": {
"jspm": "^0.16.2"
},
"jspm": {
"dependencies": {
"firebase": "npm:firebase@^2.3.1",
"immutable": "npm:immutable@^3.7.5",
"react": "npm:react@^0.14.0",
"react-dom": "npm:react-dom@^0.14.0",
"react-pure-render": "npm:react-pure-render@^1.0.2",
"redux": "npm:redux@^3.0.4",
"redux-thunk": "npm:redux-thunk@^1.0.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}