-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
171 lines (171 loc) · 5.99 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "react-redux-typescript-jspm-starter",
"version": "0.12.0",
"description": "Futuristic, production-ready development environment for building Component-Driven, Flux Single Page Applications with React, Redux and TypeScript - powered by JSPM (SystemJS with Hot-Reload & Rollup).",
"author": "Piotr Witek <[email protected]> (http://piotrwitek.github.io/)",
"homepage": "https://piotrwitek.github.io/react-redux-typescript-jspm-starter/",
"repository": "https://github.com/piotrwitek/react-redux-typescript-jspm-starter/",
"bugs": "https://github.com/piotrwitek/react-redux-typescript-jspm-starter/issues/",
"license": "MIT",
"main": "server.js",
"scripts": {
"clean": "shx rm -rf dist node_modules jspm_packages",
"init": "jspm install && npm run dev:bundle",
"update": "jspm update && npm run dev:bundle",
"dev": "jspm-hmr -FO",
"dev:bundle": "node scripts/build.js dev",
"dev:unbundle": "shx rm temp/vendor.dev.js",
"prod": "jspm-hmr dist --port 3001 -FO",
"build": "npm run build:app && npm run build:vendor",
"build:app": "node scripts/build.js app",
"build:vendor": "node scripts/build.js vendor",
"build:debug": "node scripts/build.js debug",
"bad": "npm run build:app && npm run deploy",
"bvd": "npm run build:vendor && npm run deploy",
"lint": "tslint --project 'src/tsconfig.json'",
"tsc": "tsc -p src/ --noEmit",
"tsc:watch": "tsc -p src/ --noEmit -w",
"test": "jest --config jest.json",
"test:update": "jest --config jest.json -u",
"test:redux": "jest --config jest.json src/store/currency-converter/utils.spec.tsx",
"precommit": "yarn run lint",
"prepush": "yarn run tsc & yarn run test",
"deploy:init": "node scripts/deploy.js init",
"deploy": "git checkout gh-pages && cd dist && git add --all && git commit -m \"New Release\" && git push"
},
"dependencies": {},
"devDependencies": {
"@types/classnames": "^0.0.32",
"@types/jest": "^19.2.2",
"@types/node": "^7.0.8",
"@types/react": "^15.0.16",
"@types/react-dom": "^0.14.20",
"@types/react-redux": "^4.4.37",
"@types/react-router": "^3.0.5",
"@types/react-router-redux": "^4.0.41",
"@types/systemjs": "^0.19.33",
"husky": "^0.13.2",
"jest": "^19.0.2",
"jspm": "0.17.0-beta.32",
"jspm-hmr": "^1.0.0-rc6",
"react-redux-typescript": "^2.2.0",
"redux-observable": "^0.14.1",
"regenerator": "^0.9.7",
"reselect": "^2.5.4",
"rxjs": "^5.2.0",
"shelljs": "^0.7.7",
"shx": "^0.2.2",
"ts-jest": "^19.0.1",
"tslint": "^4.5.1",
"typescript": "^2.2.1"
},
"jspm": {
"name": "app",
"main": "app.tsx",
"hooks": {
"postinstall": "scripts/postinstall.js"
},
"dependencies": {
"classnames": "npm:classnames@^2.2.5",
"csjs": "npm:csjs@^1.1.0",
"insert-css": "npm:insert-css@^1.1.0",
"react-dom": "npm:react-dom@^15.4.2",
"react-redux": "npm:react-redux@^5.0.3",
"react-redux-typescript": "npm:react-redux-typescript@^2.2.0",
"react-router": "npm:[email protected]",
"react-router-redux": "npm:react-router-redux@^4.0.8",
"redux-observable": "npm:redux-observable@^0.13.0",
"reselect": "npm:reselect@^2.5.4",
"tslib": "npm:tslib@^1.6.0",
"whatwg-fetch": "npm:whatwg-fetch@^1.1.1"
},
"devDependencies": {
"css": "github:systemjs/plugin-css@^0.1.33",
"plugin-typescript": "github:frankwallis/plugin-typescript@^5.3.3",
"systemjs-hot-reloader": "github:alexisvincent/systemjs-hot-reloader@^0.6.0"
},
"peerDependencies": {
"assert": "npm:jspm-nodelibs-assert@^0.2.0",
"buffer": "npm:jspm-nodelibs-buffer@^0.2.0",
"child_process": "npm:jspm-nodelibs-child_process@^0.2.0",
"constants": "npm:jspm-nodelibs-constants@^0.2.0",
"crypto": "npm:jspm-nodelibs-crypto@^0.2.0",
"domain": "npm:jspm-nodelibs-domain@^0.2.0",
"events": "npm:jspm-nodelibs-events@^0.2.0",
"fs": "npm:jspm-nodelibs-fs@^0.2.0",
"http": "npm:jspm-nodelibs-http@^0.2.0",
"https": "npm:jspm-nodelibs-https@^0.2.0",
"module": "npm:jspm-nodelibs-module@^0.2.0",
"net": "npm:jspm-nodelibs-net@^0.2.0",
"os": "npm:jspm-nodelibs-os@^0.2.0",
"path": "npm:jspm-nodelibs-path@^0.2.0",
"process": "npm:jspm-nodelibs-process@^0.2.0",
"react": "npm:react@^15.4.2",
"redux": "npm:redux@^3.6.0",
"rxjs": "npm:rxjs@^5.2.0",
"stream": "npm:jspm-nodelibs-stream@^0.2.0",
"string_decoder": "npm:jspm-nodelibs-string_decoder@^0.2.0",
"url": "npm:jspm-nodelibs-url@^0.2.0",
"util": "npm:jspm-nodelibs-util@^0.2.0",
"vm": "npm:jspm-nodelibs-vm@^0.2.0",
"zlib": "npm:jspm-nodelibs-zlib@^0.2.0"
},
"overrides": {
"github:socketio/[email protected]": {
"main": "dist/socket.io.js"
},
"npm:[email protected]": {
"dependencies": {
"readable-stream": "^2.0.2",
"pako": "~0.2.0"
},
"map": {
"_stream_transform": "readable-stream/transform"
}
},
"npm:[email protected]": {
"main": "src/browser.js",
"jspmNodeConversion": false,
"format": "cjs",
"map": {
"fs": "@empty",
"net": "@empty",
"tty": "@empty",
"util": "@empty"
}
},
"npm:[email protected]": {
"ignore": [
"test.js"
]
},
"npm:[email protected]": {
"map": {
"buffer": "@empty",
"process": "@empty"
}
},
"npm:[email protected]": {
"jspmNodeConversion": false,
"format": "cjs"
},
"npm:[email protected]": {
"format": "cjs"
},
"npm:[email protected]": {
"browser": {},
"map": {
"buffer": "@empty",
"child_process": "@empty",
"fs": "@empty",
"path": "@empty",
"process": "@empty",
"readline": "@empty"
},
"dependencies": {
"source-map-support": "*"
}
}
}
}
}