-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.32 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
75
76
77
78
79
80
81
82
83
84
85
{
"name": "react-app",
"version": "0.0.1",
"description": "react.js app",
"main": "server.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"postinstall": "jspm install",
"pretest": "node_modules/.bin/standard",
"start": "node server",
"test": "node run-tests",
"build": "jspm bundle app --inject --minify"
},
"repository": {
"type": "git",
"url": "[email protected]:capaj/jspm-react.git"
},
"author": "[email protected]",
"bugs": {
"url": "https://github.com/capaj/jspm-react/issues"
},
"homepage": "https://github.com/capaj/jspm-react",
"jspm": {
"directories": {
"baseURL": "public"
},
"dependencies": {
"capaj/systemjs-hot-reloader": "github:capaj/systemjs-hot-reloader@^0.5.3",
"css": "npm:jspm-loader-css@^1.0.1-beta1",
"css-global": "npm:jspm-loader-css@^1.0.0",
"mobservable": "npm:mobservable@^1.2.2",
"mobservable-react": "npm:mobservable-react@^2.1.1",
"path": "npm:path@^0.11.14",
"postcss-nested": "npm:postcss-nested@^1.0.0",
"postcss-safe-parser": "npm:postcss-safe-parser@^1.0.1",
"postcss-simple-vars": "npm:postcss-simple-vars@^1.2.0",
"react": "npm:react@^0.14.6",
"react-addons-css-transition-group": "npm:react-addons-css-transition-group@^0.14.6",
"react-dom": "npm:react-dom@^0.14.6",
"react-intl": "npm:[email protected]",
"react-router": "npm:react-router@^1.0.3",
"react-tap-event-plugin": "npm:react-tap-event-plugin@^0.2.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
},
"overrides": {
"npm:[email protected]": {
"format": "esm"
}
}
},
"dependencies": {
"http-server": "^0.8.5",
"chokidar-socket-emitter": "^0.4.2"
},
"devDependencies": {
"babel": "^5.8.23",
"chai": "^3.3.0",
"enzyme": "^1.2.0",
"glob": "^5.0.15",
"husky": "^0.10.1",
"mocha": "^2.3.3",
"mocha-jsdom": "^1.0.0",
"react": "^0.14.6",
"react-addons-test-utils": "^0.14.6",
"react-dom": "^0.14.6",
"standard": "^5.4.1",
"systemjs": "^0.19.15"
},
"standard": {
"ignore": [
"public/config.js"
]
},
"overrides": {
"npm:[email protected]": {
"format": "esm"
}
}
}